panxingxin 5 years ago
parent
commit
9cef4a9c82
1 changed files with 9 additions and 0 deletions
  1. 9 0
      api/baseUrlConfig.js

+ 9 - 0
api/baseUrlConfig.js

@@ -0,0 +1,9 @@
+/**
+ *  定义各个API的 baseURL
+ */
+const baseURL = {
+ // 'UAA': 'https://xxx1.com/uaa', // uaa 获取token
+ // 'IDC': 'http://xxx2:8580/idc-admin', // idc 相关业务
+  'mainUrl': 'https://wx.sgsino.cn' // 本地开发
+};
+export default baseURL;