Bladeren bron

🐎 ci(env.prod): 调整请求路径

Zimo 6 dagen geleden
bovenliggende
commit
8d449a320e
1 gewijzigde bestanden met toevoegingen van 11 en 11 verwijderingen
  1. 11 11
      config/env.prod.js

+ 11 - 11
config/env.prod.js

@@ -1,14 +1,14 @@
 // 生产环境配置
 export default {
-	// apiUrl: 'http://192.168.1.63:8888',
-	apiUrl: 'https://iot.deepoil.cc', //测试
-	// apiUrl: 'https://aims.deepoil.cc', //正式
-	apiUrlSuffix: '/admin-api',
-	// 其他开发环境配置...
-	corpId: 'dingbe7f9a7e8cffa2bd35c2f4657eb6378f', //钉钉微应用 企业的CorpID - 正式环境
-	clientId: 'dingmr9ez0ecgbmscfeb', //钉钉微应用的Client ID - 正式环境(原企业内部应用的 AppKey。原第三方企业应用的 SuiteKey。)
-	AgentId: '3687646006', //钉钉微应用的AgentID - 正式环境
-	MiniAppId: '5000000006298501', //钉钉微应用的MiniAppID - 正式环境
-	AppKey: 'dingmr9ez0ecgbmscfeb', //钉钉微应用的AppKey - 正式环境
-	AppSecret: 'VhG_zMdTvIBwA_0Ef8FJ0foH3VYYo5T-kw0ukX_PBA8Ah1xl7AjDw5RVYCU0DTpe', //钉钉微应用的AppSecret - 正式环境
+  // apiUrl: 'http://192.168.1.63:8888',
+  // apiUrl: 'https://iot.deepoil.cc', //测试
+  apiUrl: 'https://aims.deepoil.cc', //正式
+  apiUrlSuffix: '/admin-api',
+  // 其他开发环境配置...
+  corpId: 'dingbe7f9a7e8cffa2bd35c2f4657eb6378f', //钉钉微应用 企业的CorpID - 正式环境
+  clientId: 'dingmr9ez0ecgbmscfeb', //钉钉微应用的Client ID - 正式环境(原企业内部应用的 AppKey。原第三方企业应用的 SuiteKey。)
+  AgentId: '3687646006', //钉钉微应用的AgentID - 正式环境
+  MiniAppId: '5000000006298501', //钉钉微应用的MiniAppID - 正式环境
+  AppKey: 'dingmr9ez0ecgbmscfeb', //钉钉微应用的AppKey - 正式环境
+  AppSecret: 'VhG_zMdTvIBwA_0Ef8FJ0foH3VYYo5T-kw0ukX_PBA8Ah1xl7AjDw5RVYCU0DTpe', //钉钉微应用的AppSecret - 正式环境
 };