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