修改资源路径和路由前缀

This commit is contained in:
luofei 2024-04-25 16:24:08 +08:00
parent ebae3aeb0c
commit 658743b947
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
module.exports = { module.exports = {
// 路由前缀 // 路由前缀
roterPre: '/', roterPre: '/merchant',
// 路由标题 // 路由标题
title: '惠农生活 - 商户端', title: '惠农生活 - 商户端',
/** /**

View File

@ -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: '/merchant',
outputDir: 'dist', outputDir: 'dist',
assetsDir: 'static', assetsDir: 'static',
indexPath: 'index.html', indexPath: 'index.html',