From fa6247894dd69aa63daa26f12b1a6f99cacbdabb Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期一, 05 九月 2022 17:59:08 +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