+
+
+
+ {{ item.routeName }}
+
+
+
+
+
+
+
diff --git a/jwtech-admin-page/vue.config.js b/jwtech-admin-page/vue.config.js
index 2b69ea37..e22aec98 100644
--- a/jwtech-admin-page/vue.config.js
+++ b/jwtech-admin-page/vue.config.js
@@ -31,15 +31,15 @@ module.exports = {
devServer: {
// host: '0.0.0.0',
// host: '192.168.1.104',
- // host: '127.0.0.1',
- host: '192.168.2.107',
+ host: '127.0.0.1',
+ // host: '192.168.2.107',
port: 80,
open: true,
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- // target: "http://127.0.0.1:18082",
- target: "http://192.168.2.108:18080",
+ target: "http://127.0.0.1:18082",
+ // target: "http://192.168.2.108:18080",
// target: "http://192.168.1.20:8084",
changeOrigin: true,
pathRewrite: {