This commit is contained in:
liupopo
2024-01-18 15:47:41 +08:00
parent 3659ed34d1
commit beb8e140dd
2 changed files with 2 additions and 3 deletions

View File

@@ -2,9 +2,8 @@
ENV = 'production'
# base api
VUE_APP_BASE_API = '/lpkapi'
VUE_APP_BASE_API = '/mallapi'
## 配置 正式接口地址
VUE_APP_URL = ""
VUE_APP_REPORT_URL = ""

View File

@@ -24,7 +24,7 @@ module.exports = {
*在大多数情况下,请使用“/”!!!
*详细信息https://cli.vuejs.org/config/#publicpath
*/
publicPath: process.env.NODE_ENV === 'production' ? '/lpkmall/' : '/',
publicPath: process.env.NODE_ENV === 'production' ? '/mall/' : '/',
outputDir: 'yythmall-ui',
assetsDir: 'static',
lintOnSave: process.env.NODE_ENV === 'development',