From 7d520e6190241adc647f36f7aea34c365216edb0 Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期二, 06 八月 2024 11:45:27 +0800 Subject: [PATCH] feat:更新代码 --- vue.config.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 4e94e61..e30c527 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,8 +4,9 @@ function resolve(dir) { return path.join(__dirname, dir) } -const ipNum=105; -const serverPath=`http://192.168.0.${ipNum}:8008`; +const ipNum=47; +//const serverPath=`http://192.168.0.${ipNum}:8008`; +const serverPath="http://silk.fai365.com"; // 璁剧疆涓嶅弬涓庢瀯寤虹殑搴� const externals = {}; module.exports = { -- Gitblit v1.8.0