Commit eeec658d authored by 胥静's avatar 胥静

离线部署的baseUrl改为 '/witcloud/api'

parent c606b2ce
...@@ -5,5 +5,5 @@ export const environment = { ...@@ -5,5 +5,5 @@ export const environment = {
// baseUrl: 'http://127.0.0.1:8094', // baseUrl: 'http://127.0.0.1:8094',
// baseUrl: 'http://47.96.79.210:8094', // baseUrl: 'http://47.96.79.210:8094',
offlineFlg: 'OFL', // 离线部署flg offlineFlg: 'OFL', // 离线部署flg
baseUrl: 'https://cloud.witium.com/api', baseUrl: '/witcloud/api',
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment