Browse Source

移动端配置文件地址

新疆体育高职分支
dyy 5 months ago
parent
commit
5ff0200778
2 changed files with 6 additions and 6 deletions
  1. +4
    -4
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
  2. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json

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

@@ -7,9 +7,9 @@ export default {
"enableSignUp": true,
//请求数据的接口地址;可以配置多个,开发环境下登录页会出现选择菜单供您选择
"apiHost": [
"http://124.117.225.118:8001/"
"http://192.168.10.56:8088/"
],
"webHost":"http://10.10.200.1:8000/",
"webHost":"http://192.168.10.56:8087/",
//学校测试环境地址:
// "apiHost": [
// "http://218.84.232.3:9003/"
@@ -17,9 +17,9 @@ export default {
// "webHost":"http://218.84.232.3:8000/",
//学校正式环境地址:
// "apiHost": [
// "http://192.168.1.8001/"
// "http://124.117.225.118:8001/"
// ],
// "webHost":"http://10.30.0.10:8000/",
// "webHost":"http://10.10.200.1:8000/",
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示
"devAccount": [
{ username: "", password: "" }


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

@@ -1,8 +1,8 @@
{
"name" : "智慧校园",
"appid" : "__UNI__7C24C09",
"appid" : "__UNI__1F5E446",
"description" : "智慧校园移动端",
"versionName" : "2.1.1",
"versionName" : "2.1.1.20240530",
"versionCode" : 20101,
"transformPx" : false,
/* 5+App特有相关 */


Loading…
Cancel
Save