Browse Source

fix: 学员端trial/release环境API地址改为cmai.etotem.com.cn

liaoxg 2 tuần trước cách đây
mục cha
commit
e90709a701
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      train-frontend/config.js

+ 2 - 2
train-frontend/config.js

@@ -13,10 +13,10 @@ try {
         API_BASE_URL = 'http://localhost:9083'
         break
       case 'trial':
-        API_BASE_URL = 'http://localhost:9083'
+        API_BASE_URL = 'http://cmai.etotem.com.cn'
         break
       case 'release':
-        API_BASE_URL = 'http://localhost:9083'
+        API_BASE_URL = 'http://cmai.etotem.com.cn'
         break
     }
   }