From 90c6eb32f9c3abdf2d1c91dc7c255a55c95b8ca7 Mon Sep 17 00:00:00 2001
From: xuyonghao <898441624@qq.com>
Date: 星期二, 11 二月 2025 17:27:21 +0800
Subject: [PATCH] 适配微信小程序

---
 static/api/api.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/static/api/api.js b/static/api/api.js
index 4784db3..9a48d17 100644
--- a/static/api/api.js
+++ b/static/api/api.js
@@ -1,10 +1,9 @@
 export default class Api {
 	syncRequest = function(option){
 		//姝e紡
-		const BASEURL = 'http://111.205.161.131:5116';
+		const BASEURL = 'http://yyparking.smartai.com:5116';
 		//娴嬭瘯
-		//const BASEURL = 'http://192.168.20.10:7006';
-		//澶勭悊璇锋眰url
+		// const BASEURL = 'http://58.118.176.201:5116';
 
 		if(option.url.indexOf('weather')<0 && option.url.indexOf('smartai')<0){
 			option.url = BASEURL+option.url;

--
Gitblit v1.8.0