修改资源路径和路由前缀
This commit is contained in:
parent
4402debfff
commit
abbb4d1c43
@ -9,7 +9,7 @@
|
|||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
module.exports = {
|
module.exports = {
|
||||||
// 路由前缀
|
// 路由前缀
|
||||||
roterPre: '/',
|
roterPre: '/admin',
|
||||||
|
|
||||||
// 路由标题
|
// 路由标题
|
||||||
title: '惠农生活 - 平台端',
|
title: '惠农生活 - 平台端',
|
||||||
|
@ -24,7 +24,7 @@ module.exports = {
|
|||||||
* In most cases please use '/' !!!
|
* In most cases please use '/' !!!
|
||||||
* Detail: https://cli.vuejs.org/config/#publicpath
|
* Detail: https://cli.vuejs.org/config/#publicpath
|
||||||
*/
|
*/
|
||||||
publicPath: '/',
|
publicPath: '/admin',
|
||||||
outputDir: 'dist',
|
outputDir: 'dist',
|
||||||
assetsDir: 'static',
|
assetsDir: 'static',
|
||||||
indexPath: 'index.html',
|
indexPath: 'index.html',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user