From cdf29a8f6fb9990f82ccc1d3f47bfba48cfaf4fc Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期三, 10 一月 2024 17:24:53 +0800 Subject: [PATCH] 修改 --- web/public/index.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/public/index.html b/web/public/index.html index a98fc71..8057bbc 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -219,8 +219,8 @@ window.SITE_CONFIG['dynamicMenuRoutesHasAdded'] = false; // 鍔ㄦ��(鑿滃崟)璺敱鏄惁宸茬粡娣诲姞鐨勭姸鎬佹爣绀猴紙鐢ㄤ簬鍒ゆ柇鏄惁闇�瑕侀噸鏂版媺鍙栨暟鎹苟杩涜鍔ㄦ�佹坊鍔犳搷浣滐級 // 鏈嶅姟鍦板潃 - window.SITE_CONFIG['apiURL'] = 'http://' + location.hostname + ':8058/life-protection'; - window.SITE_CONFIG['apiURL2'] = 'http://' + location.hostname + ':8058/life-protection'; + window.SITE_CONFIG['apiURL'] = 'http://' + location.hostname + ':8050/life-protection'; + window.SITE_CONFIG['apiURL2'] = 'http://' + location.hostname + ':8050/life-protection'; //window.SITE_CONFIG['apiURL2'] = 'http://'+location.hostname+':8066'; //window.SITE_CONFIG['apiURL'] = '<%= process.env.VUE_APP_API_URL %>'; -- Gitblit v1.9.1