From f41e347a34d2859c149c59691bda6d179b209d44 Mon Sep 17 00:00:00 2001 From: yxl <584911253@qq.com> Date: 星期三, 22 一月 2025 17:42:53 +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 2e16b8c..2a781ef 100644 --- a/vue.config.js +++ b/vue.config.js @@ -18,7 +18,7 @@ } }, "/data-api": { - target: 'https://cim.smartearth.cn', + target: 'http://103.135.160.14:9038/', changeOrigin: true, pathRewrite: { '^/data-api': '' @@ -52,6 +52,7 @@ assetFilter: function (assetFilename) { return assetFilename.endsWith(".js") || assetFilename.endsWith(".css"); } - } + }, + devtool:"source map" } }; -- Gitblit v1.9.3