瀏覽代碼

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

liaoxg 2 周之前
父節點
當前提交
e90709a701
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
     }
   }