diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js index 37a68e9db..56886fe4f 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js @@ -6,28 +6,11 @@ export default { // 是否允许用户注册 "enableSignUp": true, //请求数据的接口地址;可以配置多个,开发环境下登录页会出现选择菜单供您选择 - // "apiHost": [ - // "http://123.57.209.16:31173/" - // ], - // "apiHost": [ - // "http://123.57.209.16:31174/learun/adms" - // "https://wx.qjkjedu.com/learun/adms" - // ], - // "apiHost": [ - // "http://localhost:8088/" - // "http://192.168.2.202:8083/learun/adms" - // ], - // "apiHost": [ - // "http://192.168.2.98:8088/" - // ], "apiHost": [ - // "http://cyzjzx.gnway.cc:31218/"//测试地址接口 - // "http://223.75.120.212:8002/"//正式地址接口 - // "http://192.168.10.58:8012/" - "http://192.168.10.23:8088/" + "http://sxjy.htpt.edu.cn:8001/"//正式地址接口 + // "http://192.168.10.23:8088/" ], - // "webHost":"http://cyzjzx.gnway.cc:30549/",//测试地址 - "webHost": "http://wxd3f.cyzjzx.com/", //正式地址 + "webHost": "http://sxjy.htpt.edu.cn:8000/", //正式地址 // "webHost":"http://192.168.10.175:8087/", // 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 "devAccount": [{ diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json index 3d97c97b7..cbdd082ee 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json @@ -1,196 +1,196 @@ { - "name": "智慧校园", - "appid": "__UNI__7C24C09", - "description": "智慧校园移动端", - "versionName": "2.2.0", - "versionCode": 20200, - "transformPx": false, - /* 5+App特有相关 */ - "app-plus": { - "usingComponents": true, - "softinputNavBar": "none", - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": false, - "autoclose": true, - "delay": 0 - }, - /* 模块配置 */ - "modules": {}, - /* 应用发布信息 */ - "distribute": { - /* android打包配置 */ - "android": { - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios": { - "privacyDescription": { - "NSPhotoLibraryUsageDescription": "工作流程中需要相册权限以选择并上传图片", - "NSPhotoLibraryAddUsageDescription": "将图片保存到本机", - "NSCameraUsageDescription": "工作流程中需要相机权限以选择并上传图片" - }, - "idfa": false - }, - /* SDK配置 */ - "sdkConfigs": { - "ad": {} - }, - "icons": { - "android": { - "hdpi": "unpackage/res/icons/72x72.png", - "xhdpi": "unpackage/res/icons/96x96.png", - "xxhdpi": "unpackage/res/icons/144x144.png", - "xxxhdpi": "unpackage/res/icons/192x192.png" - }, - "ios": { - "appstore": "unpackage/res/icons/1024x1024.png", - "ipad": { - "app": "unpackage/res/icons/76x76.png", - "app@2x": "unpackage/res/icons/152x152.png", - "notification": "unpackage/res/icons/20x20.png", - "notification@2x": "unpackage/res/icons/40x40.png", - "proapp@2x": "unpackage/res/icons/167x167.png", - "settings": "unpackage/res/icons/29x29.png", - "settings@2x": "unpackage/res/icons/58x58.png", - "spotlight": "unpackage/res/icons/40x40.png", - "spotlight@2x": "unpackage/res/icons/80x80.png" - }, - "iphone": { - "app@2x": "unpackage/res/icons/120x120.png", - "app@3x": "unpackage/res/icons/180x180.png", - "notification@2x": "unpackage/res/icons/40x40.png", - "notification@3x": "unpackage/res/icons/60x60.png", - "settings@2x": "unpackage/res/icons/58x58.png", - "settings@3x": "unpackage/res/icons/87x87.png", - "spotlight@2x": "unpackage/res/icons/80x80.png", - "spotlight@3x": "unpackage/res/icons/120x120.png" - } - } - }, - "splashscreen": { - "android": { - "xxhdpi": "G:/薛礼根/2018/数字化校园/数字化校园png/北京泉江/数字化校园APP----引导页1080_1882.png", - "xhdpi": "G:/薛礼根/2018/数字化校园/数字化校园png/北京泉江/数字化校园APP----引导页720_1242.png", - "hdpi": "G:/薛礼根/2018/数字化校园/数字化校园png/北京泉江/数字化校园APP----引导页480_762.png" - }, - "ios": { - "iphone": { - "portrait-896h@3x": "res/startup/startup-ios-x.png", - "portrait-896h@2x": "res/startup/startup-ios-x.png", - "iphonex": "res/startup/startup-ios-x.png", - "retina55": "res/startup/startup-ios-16-9.png", - "retina47": "res/startup/startup-ios-16-9.png", - "retina40": "res/startup/startup-ios-3-2.png", - "retina35": "res/startup/startup-ios-3-2.png" - } - } - } - }, - "uniStatistics": { - "enable": false - }, - "nvueLaunchMode": "fast" - }, - /* 快应用特有相关 */ - "quickapp": {}, - /* 小程序特有相关 */ - "mp-weixin": { - "appid": "wxbc18c9bf92c86d28", - "setting": { - "urlCheck": false, - "es6": true, - "postcss": false, - "minified": true - }, - "usingComponents": true, - "optimization": { - "subPackages": true - }, - "uniStatistics": { - "enable": false - } - }, - "mp-alipay": { - "usingComponents": true, - "component2": true, - "enableParallelLoader": true, - "uniStatistics": { - "enable": false - }, - "appid": "" - }, - "mp-dingtalk": { - "usingComponents": true, - "component2": true, - "enableParallelLoader": true, - "uniStatistics": { - "enable": false - }, - "appid": "" - }, - "mp-baidu": { - "usingComponents": true, - "uniStatistics": { - "enable": false - } - }, - "mp-toutiao": { - "usingComponents": true, - "uniStatistics": { - "enable": false - } - }, - "h5": { - "uniStatistics": { - "enable": false - }, - "router": { - "mode": "hash", - "base": "" - }, - "title": "数字化智慧校园", - "template": "index.html", - "optimization": { - "treeShaking": { - "enable": false - } - }, - "domain": "testapp.bjquanjiang.com", - "devServer": { - "port": 8000, - "https": false - } - }, - "mp-qq": { - "uniStatistics": { - "enable": false - } - }, - "uniStatistics": { - "enable": false - } -} \ No newline at end of file + "name" : "智慧校园", + "appid" : "__UNI__7C24C09", + "description" : "智慧校园移动端", + "versionName" : "2.2.0.250110", + "versionCode" : 20200, + "transformPx" : false, + /* 5+App特有相关 */ + "app-plus" : { + "usingComponents" : true, + "softinputNavBar" : "none", + "splashscreen" : { + "alwaysShowBeforeRender" : true, + "waiting" : false, + "autoclose" : true, + "delay" : 0 + }, + /* 模块配置 */ + "modules" : {}, + /* 应用发布信息 */ + "distribute" : { + /* android打包配置 */ + "android" : { + "permissions" : [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + /* ios打包配置 */ + "ios" : { + "privacyDescription" : { + "NSPhotoLibraryUsageDescription" : "工作流程中需要相册权限以选择并上传图片", + "NSPhotoLibraryAddUsageDescription" : "将图片保存到本机", + "NSCameraUsageDescription" : "工作流程中需要相机权限以选择并上传图片" + }, + "idfa" : false + }, + /* SDK配置 */ + "sdkConfigs" : { + "ad" : {} + }, + "icons" : { + "android" : { + "hdpi" : "unpackage/res/icons/72x72.png", + "xhdpi" : "unpackage/res/icons/96x96.png", + "xxhdpi" : "unpackage/res/icons/144x144.png", + "xxxhdpi" : "unpackage/res/icons/192x192.png" + }, + "ios" : { + "appstore" : "unpackage/res/icons/1024x1024.png", + "ipad" : { + "app" : "unpackage/res/icons/76x76.png", + "app@2x" : "unpackage/res/icons/152x152.png", + "notification" : "unpackage/res/icons/20x20.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "proapp@2x" : "unpackage/res/icons/167x167.png", + "settings" : "unpackage/res/icons/29x29.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "spotlight" : "unpackage/res/icons/40x40.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png" + }, + "iphone" : { + "app@2x" : "unpackage/res/icons/120x120.png", + "app@3x" : "unpackage/res/icons/180x180.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "notification@3x" : "unpackage/res/icons/60x60.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "settings@3x" : "unpackage/res/icons/87x87.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png", + "spotlight@3x" : "unpackage/res/icons/120x120.png" + } + } + }, + "splashscreen" : { + "android" : { + "xxhdpi" : "G:/薛礼根/2018/数字化校园/数字化校园png/北京泉江/数字化校园APP----引导页1080_1882.png", + "xhdpi" : "G:/薛礼根/2018/数字化校园/数字化校园png/北京泉江/数字化校园APP----引导页720_1242.png", + "hdpi" : "G:/薛礼根/2018/数字化校园/数字化校园png/北京泉江/数字化校园APP----引导页480_762.png" + }, + "ios" : { + "iphone" : { + "portrait-896h@3x" : "res/startup/startup-ios-x.png", + "portrait-896h@2x" : "res/startup/startup-ios-x.png", + "iphonex" : "res/startup/startup-ios-x.png", + "retina55" : "res/startup/startup-ios-16-9.png", + "retina47" : "res/startup/startup-ios-16-9.png", + "retina40" : "res/startup/startup-ios-3-2.png", + "retina35" : "res/startup/startup-ios-3-2.png" + } + } + } + }, + "uniStatistics" : { + "enable" : false + }, + "nvueLaunchMode" : "fast" + }, + /* 快应用特有相关 */ + "quickapp" : {}, + /* 小程序特有相关 */ + "mp-weixin" : { + "appid" : "wxbc18c9bf92c86d28", + "setting" : { + "urlCheck" : false, + "es6" : true, + "postcss" : false, + "minified" : true + }, + "usingComponents" : true, + "optimization" : { + "subPackages" : true + }, + "uniStatistics" : { + "enable" : false + } + }, + "mp-alipay" : { + "usingComponents" : true, + "component2" : true, + "enableParallelLoader" : true, + "uniStatistics" : { + "enable" : false + }, + "appid" : "" + }, + "mp-dingtalk" : { + "usingComponents" : true, + "component2" : true, + "enableParallelLoader" : true, + "uniStatistics" : { + "enable" : false + }, + "appid" : "" + }, + "mp-baidu" : { + "usingComponents" : true, + "uniStatistics" : { + "enable" : false + } + }, + "mp-toutiao" : { + "usingComponents" : true, + "uniStatistics" : { + "enable" : false + } + }, + "h5" : { + "uniStatistics" : { + "enable" : false + }, + "router" : { + "mode" : "hash", + "base" : "" + }, + "title" : "数字化智慧校园", + "template" : "index.html", + "optimization" : { + "treeShaking" : { + "enable" : false + } + }, + "domain" : "testapp.bjquanjiang.com", + "devServer" : { + "port" : 8000, + "https" : false + } + }, + "mp-qq" : { + "uniStatistics" : { + "enable" : false + } + }, + "uniStatistics" : { + "enable" : false + } +}