浏览代码

fix: env配置

莫绍宝 1 年之前
父节点
当前提交
8643b26361
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .env.production
  2. 1 1
      .env.staging

+ 1 - 1
.env.production

@@ -8,4 +8,4 @@ VUE_APP_BASE_API = 'https://jiasm.zfire.top/mallapi/'
 VUE_APP_WORKER_API = 'https://jiasm.zfire.top/pcapi/'
 
 # publicPath
-VUE_APP_PUBLIC_PATH = '/manager/'
+VUE_APP_PUBLIC_PATH = '/mallmanager/'

+ 1 - 1
.env.staging

@@ -10,4 +10,4 @@ VUE_APP_BASE_API = 'https://jiasm.zfire.top/mallapi/'
 VUE_APP_WORKER_API = 'https://jiasm.zfire.top/pcapi/'
 
 # publicPath
-VUE_APP_PUBLIC_PATH = '/'
+VUE_APP_PUBLIC_PATH = '/mallmanager/'