From cd5d58fadfb681f82d00f8ec7628d77a63f39d76 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期六, 09 九月 2023 13:25:27 +0800 Subject: [PATCH] # --- main.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/main.js b/main.js index 383cba5..9770a12 100644 --- a/main.js +++ b/main.js @@ -3,7 +3,7 @@ // #ifndef VUE3 import Vue from 'vue' Vue.config.productionTip = false -Vue.prototype.baseUrl = 'https://47.97.1.152:80/crm' +Vue.prototype.baseUrl = 'http://192.168.4.188:9528' App.mpType = 'app' const app = new Vue({ ...App -- Gitblit v1.9.1