脱敏环境地址修改

lijinlong
吕天方 3 months ago
parent ac96880b32
commit cd9046f7a6

@ -340,7 +340,7 @@ export default {
//
a.href = "/demo/JinJiHu/static/企业库数据模板.xlsx";
//
// a.href = "/demo/JinJiHuTest/static/.xlsx";
// a.href = "/test/JinJiHuTest/static/.xlsx";
//
// a.href = "./static/.xlsx";
//ahref .

@ -849,7 +849,7 @@ export default {
//
a.href = "/demo/JinJiHu/static/企业名录模板.xlsx";
//
// a.href = "/demo/JinJiHuTest/static/.xlsx";
// a.href = "/test/JinJiHuTest/static/.xlsx";
//
// a.href = "./static/.xlsx";
//ahref .

@ -21,7 +21,7 @@ module.exports = {
// 测试环境部署地址
publicPath: process.env.NODE_ENV === "production" ? "/demo/JinJiHu" : "/",
// 第三方测试脱敏部署地址
// publicPath: process.env.NODE_ENV === "production" ? "/demo/JinJiHuTest" : "/",
// publicPath: process.env.NODE_ENV === "production" ? "/test/JinJiHuTest" : "/",
// 正式环境部署地址
// publicPath: process.env.NODE_ENV === "production" ? "./" : "/",
// 在npm run build 或 yarn build 时 生成文件的目录名称要和baseUrl的生产环境路径一致默认dist

Loading…
Cancel
Save