From f13d1d01c3c3cbb075e63ae02be54bbb023c13d0 Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期三, 24 七月 2024 16:50:22 +0800 Subject: [PATCH] feat:薪资薪酬核算模块 --- vue.config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index ead979c..4e94e61 100644 --- a/vue.config.js +++ b/vue.config.js @@ -5,7 +5,7 @@ return path.join(__dirname, dir) } const ipNum=105; -const serverPath='http://192.168.0.105:8008'; +const serverPath=`http://192.168.0.${ipNum}:8008`; // 璁剧疆涓嶅弬涓庢瀯寤虹殑搴� const externals = {}; module.exports = { -- Gitblit v1.8.0