Browse Source

API配置修改

新疆体育高职分支
北京泉江 1 year ago
parent
commit
55bb9d89e7
2 changed files with 5 additions and 5 deletions
  1. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
  2. +3
    -3
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json

+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js View File

@@ -7,9 +7,9 @@ export default {
"enableSignUp": true,
//请求数据的接口地址;可以配置多个,开发环境下登录页会出现选择菜单供您选择
"apiHost": [
"http://192.168.1.5:8001/"
"http://124.117.225.118:8001/"
],
"webHost":"http://192.168.1.5:8002/",
"webHost":"http://10.10.200.1:8000/",
//学校测试环境地址:
// "apiHost": [
// "http://218.84.232.3:9003/"


+ 3
- 3
Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json View File

@@ -1,9 +1,9 @@
{
"name" : "智慧校园",
"appid" : "__UNI__E4958C9",
"appid" : "__UNI__7C24C09",
"description" : "智慧校园移动端",
"versionName" : "2.1.0",
"versionCode" : 20100,
"versionName" : "2.1.1",
"versionCode" : 20101,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {


Loading…
Cancel
Save