From 082b572b91abd0d5ae8e409714553130448aa6d1 Mon Sep 17 00:00:00 2001
From: 张涛 <“2538313560@qq.com”>
Date: 星期五, 30 八月 2024 17:25:44 +0800
Subject: [PATCH] fix:薪资调整
---
vue.config.js | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index e30c527..459f1e7 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -4,8 +4,8 @@
function resolve(dir) {
return path.join(__dirname, dir)
}
-const ipNum=47;
-//const serverPath=`http://192.168.0.${ipNum}:8008`;
+// TAG: 娴嬭瘯浠g爜闇�瑕佸垹闄�
+// const serverPath = `http://192.168.1.174:8008`;
const serverPath="http://silk.fai365.com";
// 璁剧疆涓嶅弬涓庢瀯寤虹殑搴�
const externals = {};
@@ -16,14 +16,14 @@
devServer: {
proxy: {
"/api-jl": {
- // target: "http://192.168.20.118:8889", // http://192.168.20.119:8002 http://fai365.com:30150/
- // target: "http://192.168.20.120:8008",
- // target: "http://192.168.20.120:8004",
target: serverPath, // http://192.168.20.119:8004 http://fai365.com:30150/
ws: true,
changeOrigin: true
}
- }
+ },
+ client: {
+ overlay: false,
+ },
},
transpileDependencies: [
// 鍏煎IE11娴忚鍣�(鍏煎npm鍖呭拰cnpm鍖�)
--
Gitblit v1.8.0