From 3e0e40c844c3a10aca5cc0c87b18579122700b61 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 09 一月 2024 10:36:57 +0800
Subject: [PATCH] 1.新增APP升级接口对接2.列表页渲染速度优化

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

diff --git a/main.js b/main.js
index e98a5e3..f6a192d 100644
--- a/main.js
+++ b/main.js
@@ -19,7 +19,10 @@
 })
 
 Vue.prototype.$appVersion = 'v1.0.1' //APP褰撳墠鐗堟湰
-Vue.prototype.$baseUrl = 'http://121.196.36.24:8021/api' //鏈湴浜у搧
+// Vue.prototype.$baseUrl = 'http://121.196.36.24:8021/api' //鏈湴浜у搧
+Vue.prototype.$baseUrl = 'http://122.227.18.22:8000/api' //鏈湴浜у搧  宸ㄧ珛闃叉姢
+
+
 
 import global from '@/static/js/global.js'; //寮曞叆鑷畾涔夊叏灞� js鏂规硶
 Vue.prototype.global = global;

--
Gitblit v1.9.3