Browse Source

1

中职版本
chinaXLG 4 years ago
parent
commit
97990eda67
3 changed files with 2 additions and 2 deletions
  1. BIN
      Learun.Framework.Ultimate V7/LearunApp-2.2.0.zip
  2. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
  3. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json

BIN
Learun.Framework.Ultimate V7/LearunApp-2.2.0.zip View File


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

@@ -7,7 +7,7 @@ export default {
"enableSignUp": true, "enableSignUp": true,
// 请求数据的接口地址;可以配置多个,开发环境下登录页会出现选择菜单供您选择 // 请求数据的接口地址;可以配置多个,开发环境下登录页会出现选择菜单供您选择
"apiHost": [ "apiHost": [
"http://123.57.209.16:31173/learun/adms"
"https://oa.bjquanjiang.com/learun/adms"
], ],
// "apiHost": [ // "apiHost": [
// "http://192.168.2.94:31173/learun/adms" // "http://192.168.2.94:31173/learun/adms"


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

@@ -119,7 +119,7 @@
"quickapp" : {}, "quickapp" : {},
/* 小程序特有相关 */ /* 小程序特有相关 */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wxa68adccec10b45dd",
"appid" : "wxbc18c9bf92c86d28",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"es6" : true, "es6" : true,


Loading…
Cancel
Save