From 0fe7748038010876b0b5aa95d961fbe1fe7c6527 Mon Sep 17 00:00:00 2001 From: xuyonghao <898441624@qq.com> Date: 星期三, 12 二月 2025 16:01:25 +0800 Subject: [PATCH] index样式调整 --- 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