|
@@ -1,8 +1,7 @@
|
|
|
var config = {
|
|
|
|
|
|
// api请求地址
|
|
|
- baseUrl: 'https://oy-api.wucits.com',
|
|
|
- // baseUrl: 'http://192.168.44.107',
|
|
|
+ baseUrl: 'https://xty-api.wucits.com',
|
|
|
// 图片域名
|
|
|
imgDomain: 'https://pocket.linpeng2023.top/',
|
|
|
|
|
@@ -20,6 +19,16 @@ var config = {
|
|
|
|
|
|
// 版本号
|
|
|
version: '5.1.7',
|
|
|
+ schoolBaseData : { //新田园环境数据
|
|
|
+ baseUrl : 'https://xty-api.wucits.com',
|
|
|
+ redirectUrl : 'https://xty-desk.wucits.com',
|
|
|
+ client_id: 'dingy04ejnszjr36475z',
|
|
|
+ },
|
|
|
+ // schoolBaseData : { //瓯越环境数据
|
|
|
+ // baseUrl : 'http://oy-api.wucits.com',
|
|
|
+ // redirectUrl : 'http://oy-desk.wucits.com',
|
|
|
+ // client_id: 'dingfdc8wg6xrkm7rxa1',
|
|
|
+ // },
|
|
|
|
|
|
};
|
|
|
|