Ver Fonte

fix: env配置

莫绍宝 há 1 ano atrás
pai
commit
8643b26361
2 ficheiros alterados com 2 adições e 2 exclusões
  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/'