From 8cb9e1850ae28a4a9a1041238dbed5461d418b46 Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期二, 15 二月 2022 10:13:22 +0800 Subject: [PATCH] ## --- main.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/main.js b/main.js index 7ff2567..5013c55 100644 --- a/main.js +++ b/main.js @@ -3,7 +3,7 @@ // #ifndef VUE3 import Vue from 'vue' // Vue.prototype.baseUrl = "http://localhost:8081/acs" -Vue.prototype.baseUrl = "http://192.168.4.123:8082/xgmwms" +Vue.prototype.baseUrl = "http://localhost:8082/xgmwms" Vue.config.productionTip = false App.mpType = 'app' const app = new Vue({ -- Gitblit v1.9.1