Browse Source

:bug: 修改重复登录提醒资源图片路径错误

zhanghe 6 years ago
parent
commit
67b0ee6284
2 changed files with 3 additions and 11 deletions
  1. 2 2
      src/res/tpl/RepeatLoginScene.tpl
  2. 1 9
      src/res/values/api.json

+ 2 - 2
src/res/tpl/RepeatLoginScene.tpl

@@ -1,14 +1,14 @@
 <div id="RepeatLoginScene" class="repeat-login-prompt-wrapper" fe-role="Switch">
   <div class="prompt-wrapper">
     <div class="prompt-bg">
-  	  <img src="./../../stage/index/assets/img/RepeatLoginScene/repeat_login_bg.png" alt="">
+  	  <img src="assets/img/RepeatLoginScene/repeat_login_bg.png" alt="">
     </div>
     <div class="prompt-msg">
   	  <p>有老师在使用这个账号,</p>
       <p>现在您不能使用。</p>
     </div>
     <div class="iknow" id="iknow-btn" fe-role="Widget">
-      <img src="./../../stage/index/assets/img/repeat_login_ikonw_btn.png" alt="">
+      <img src="assets/img/RepeatLoginScene/repeat_login_ikonw_btn.png" alt="">
     </div>
   </div>
 </div>

+ 1 - 9
src/res/values/api.json

@@ -1,12 +1,4 @@
 {
     "api_url_kid": "http://kid-app.lingjiao.cn",
-    "api_url": "http://tt-web.api.ai160.com",
-    "api_url_angelbell": "http://web-api.lingjiao.cn",
-    "api_url_light": "http://light-angelbell-web.lingjiao.cn",
-    "api_url_inst": "http://lj-demo-web.ai160.com",
-    "api_url_old_1": "http://2btv.efunbox.cn",
-    "api_url_old_2": "http://2blj.api.ai160.com",
-    "api_url_old_3": "http://lj-web.api.ai160.com",
-    "api_url_local": "http://192.168.1.206:8600",
-    "api_url_mock": "http://127.0.0.1:8082/efunbox-to-b/1.0.0/lib/mockapi/"
+    "api_url": "http://tt-web.api.ai160.com"
 }