Browse Source

生产环境接口配置设置

zhuth 6 years ago
parent
commit
ad5d6993a5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend/pc-web/app.json

+ 2 - 2
frontend/pc-web/app.json

@@ -298,8 +298,8 @@
             "type": "yui"
         },
         "server": {
-            "basePath": "https://saas-api.usoftchina.com",
-            "urlPattern": "^\/api\/"
+            "basePath": "https://school-api.ubtob.com/api/school",
+            "urlPattern": "^\/"
         }
     },