From 9c34e8cc2ff136db5c27a5adc2eb2e140ac0580a Mon Sep 17 00:00:00 2001
From: whycq <you@example.com>
Date: 星期日, 01 一月 2023 06:17:15 +0800
Subject: [PATCH] #

---
 main.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/main.js b/main.js
index 9770a12..b71239c 100644
--- a/main.js
+++ b/main.js
@@ -3,7 +3,7 @@
 // #ifndef VUE3
 import Vue from 'vue'
 Vue.config.productionTip = false
-Vue.prototype.baseUrl = 'http://192.168.4.188:9528'
+Vue.prototype.baseUrl = 'http://127.0.0.1:9528'
 App.mpType = 'app'
 const app = new Vue({
     ...App

--
Gitblit v1.9.1