Browse Source

修改底图

tianyabing 2 years ago
parent
commit
490cbb6633
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/config.js

+ 2 - 2
public/config.js

@@ -1,6 +1,6 @@
 var systemConfig = {
     // oauth服务地址
-    oauthUrl: 'http://121.43.55.7:8888/oauth',
+    oauthUrl: 'http://122.228.28.40:10096/oauth',
     // dtb ID配置 与数据库对应 若数据库无修改以下内容不动
     serviceId: '9', // 对接oauth服务id
     authType: '90', // 菜单权限在oauth中类型id
@@ -19,5 +19,5 @@ var SkySceneryConfig = {
     userName: "user001",
     password: "1234567890",
     // oauth服务地址
-    authUrl: 'http://121.43.55.7:8888',
+    authUrl: 'http://122.228.28.40:10096',
 }