From 9a64cd50822ea7f82fa3e4fb98626fc2a0edc5a6 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 16 五月 2024 12:00:45 +0800 Subject: [PATCH] 在线学习基本功能 --- vue.config.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 2284dab..5268e98 100644 --- a/vue.config.js +++ b/vue.config.js @@ -9,7 +9,7 @@ publicPath: './', outputDir: 'admin', assetsDir: 'static', - lintOnSave: true, + lintOnSave: false, productionSourceMap: false, devServer: { open: true, @@ -19,7 +19,8 @@ hotOnly: false, proxy: { '/api': { - target: 'http://192.168.3.228:8000', + // target: 'http://192.168.3.87:8085', + target: 'http://localhost:8085', changeOrigin: true } } -- Gitblit v1.8.0