|
@@ -1,5 +1,5 @@
|
|
|
-// var serverPath = "http://121.43.55.7"; // 互
|
|
|
|
|
-var serverPath = "http://10.235.245.174"; // 政
|
|
|
|
|
|
|
+var serverPath = "http://121.43.55.7"; // 互
|
|
|
|
|
+// var serverPath = "http://10.235.245.174"; // 政
|
|
|
let systemConfig = {
|
|
let systemConfig = {
|
|
|
/* 通用全局变量 */
|
|
/* 通用全局变量 */
|
|
|
defaultAccount: {
|
|
defaultAccount: {
|
|
@@ -26,13 +26,13 @@ let systemConfig = {
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
// 互联网环境
|
|
// 互联网环境
|
|
|
- // modelIds: [1667, 1690, 1677, 1673,1780],
|
|
|
|
|
- // columnIds: [1657, 1659, 1666, 1676, 1665, 1651, 1662,1736],
|
|
|
|
|
|
|
+ modelIds: [1667, 1690, 1677, 1673,1780],
|
|
|
|
|
+ columnIds: [1657, 1659, 1666, 1676, 1665, 1651, 1662,1736],
|
|
|
// 政务网环境
|
|
// 政务网环境
|
|
|
- modelIds: [1780, 1777, 1783, 1785, 2154],
|
|
|
|
|
- columnIds: [2429, 2428, 2426, 2425, 2430, 2432, 2431, 2840],
|
|
|
|
|
|
|
+ // modelIds: [1780, 1777, 1783, 1785, 2154],
|
|
|
|
|
+ // columnIds: [2429, 2428, 2426, 2425, 2430, 2432, 2431, 2840],
|
|
|
|
|
|
|
|
- preCountDmsId: 2436, // 政务网 2436 互联网 1652
|
|
|
|
|
|
|
+ preCountDmsId: 1652, // 政务网 2436 互联网 1652
|
|
|
|
|
|
|
|
// oauth和DMS环境
|
|
// oauth和DMS环境
|
|
|
backServerPath: serverPath, // 运行管理中使用
|
|
backServerPath: serverPath, // 运行管理中使用
|
|
@@ -40,13 +40,13 @@ let systemConfig = {
|
|
|
iframeUrl: serverPath + ":2024/",
|
|
iframeUrl: serverPath + ":2024/",
|
|
|
|
|
|
|
|
// baseServicerPath: "/oneMap",
|
|
// baseServicerPath: "/oneMap",
|
|
|
- baseServicerPath: serverPath + ":1201/qpyzt", // 政 1201 互 13901
|
|
|
|
|
|
|
+ baseServicerPath: serverPath + ":13901/qpyzt", // 政 1201 互 13901
|
|
|
|
|
|
|
|
// oauth地址
|
|
// oauth地址
|
|
|
- oauthServiceUrlOrigin: serverPath + ":8888/", // App里使用 互 10086 政 8888
|
|
|
|
|
|
|
+ oauthServiceUrlOrigin: serverPath + ":10086/", // App里使用 互 10086 政 8888
|
|
|
// oauth地址
|
|
// oauth地址
|
|
|
// oauthServiceUrl: "/proxy_oauth",
|
|
// oauthServiceUrl: "/proxy_oauth",
|
|
|
- oauthServiceUrl: serverPath + ":8888/oauth/", // App里使用 互 10086 政 8888
|
|
|
|
|
|
|
+ oauthServiceUrl: serverPath + ":10086/oauth/", // App里使用 互 10086 政 8888
|
|
|
// oauth前端地址
|
|
// oauth前端地址
|
|
|
oauthWebUrlPort: "2100", // 运行管理中使用 无需动
|
|
oauthWebUrlPort: "2100", // 运行管理中使用 无需动
|
|
|
// dms前端地址
|
|
// dms前端地址
|