From aeaace1cf0c48cc9b2dffbc5d5ab9eb4ecfad4a1 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期二, 16 八月 2022 19:30:19 +0800
Subject: [PATCH] Merge branch 'hylywms' of http://47.97.1.152:5880/r/~whycq/wms-app into hylywms

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

diff --git a/main.js b/main.js
index d80c672..5268395 100644
--- a/main.js
+++ b/main.js
@@ -2,10 +2,8 @@
 
 // #ifndef VUE3
 import Vue from 'vue'
-// Vue.prototype.baseUrl = "http://localhost:8081/acs"
 Vue.prototype.baseHttp = 'http://'
 Vue.prototype.basePort = '8080'
-Vue.prototype.baseUrl = '/lywms'
 Vue.config.productionTip = false
 App.mpType = 'app'
 const app = new Vue({

--
Gitblit v1.9.1