feat:地址修改

dev
kongyeqing 2023-11-09 17:07:27 +08:00
parent fc6966597c
commit fe5bcab7bc
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#开发环境
NODE_ENV:"production"
# 页面标题
VUE_APP_TITLE = 汉邦唐全真数字服务平台
VUE_APP_TITLE = 双重预防
# 网关地址
VUE_APP_GATEWAY_URL="/prod-api"
# 服务地址
@ -14,6 +14,6 @@ VUE_APP_ALL_MENU = false
# VUE_APP_REMOTES_URL="http://192.168.1.20:8090"
# # 当前应用部署地址
# VUE_APP_EXPOSES_URL="http://192.168.1.20:8090"
VUE_APP_REMOTES_URL="http://119.45.158.12/common/"
VUE_APP_REMOTES_URL="http://119.45.158.12/common"
# 当前应用部署地址
VUE_APP_EXPOSES_URL="/prevention"

View File

@ -7,7 +7,7 @@ const resolve = (dir) => {
return path.join(__dirname, dir);
};
module.exports = defineConfig({
publicPath: "",
publicPath: "./",
productionSourceMap: process.env.NODE_ENV !== "production",
transpileDependencies: true,
lintOnSave: true, // 在保存时校验格式