diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/App.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/App.vue
index c8679ad45..e310587b8 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/App.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/App.vue
@@ -6,13 +6,13 @@
async onLaunch(param) {
// 在App.vue文件中获取到页面到URL (微信调取扫一扫会用到)
- window.localStorage.setItem('scanUrl',location.href.split('#')[0])
+ window.localStorage.setItem('scanUrl', location.href.split('#')[0])
//应用的生命周期 应用启动后触发
// #ifdef H5 || APP-VUE
// H5 刷新时获取当前页面路径
const pagePath = "/" + param.path;
// 如果 H5 刷新后访问的不是首页/登录页/注册页,直接跳转回首页
- if (!["/pages/login", "/pages/home","/pages/weixinLogin", "/pages/signup"].includes(pagePath)) {
+ if (!["/pages/login", "/pages/home", "/pages/weixinLogin", "/pages/signup"].includes(pagePath)) {
this.$nextTick(() => {
this.TAB_TO("/pages/home");
return;
@@ -46,13 +46,18 @@
};
-
+
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/tabbar/tabbar.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/tabbar/tabbar.vue
index 2b29823d0..bba3b393e 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/tabbar/tabbar.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/tabbar/tabbar.vue
@@ -1,136 +1,137 @@
-
-
-
- {{item.text}}
-
-
+
+
+
+ {{item.text}}
+
+
+
-
+
-
+
\ No newline at end of file
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 5c247d71d..37a68e9db 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
@@ -1,79 +1,81 @@
export default {
- // 登录页显示的公司名称
- "company": "数字化智慧校园",
- // App 版本号
- "appVersion": "2.0",
- // 是否允许用户注册
- "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/"
- ],
- // "webHost":"http://cyzjzx.gnway.cc:30549/",//测试地址
- "webHost":"http://wxd3f.cyzjzx.com/",//正式地址
- // "webHost":"http://192.168.10.175:8087/",
- // 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示
- "devAccount": [
- { username: "", password: "" }
- ],
- //是否分布式部署 指WebApi与Web不在一台服务器
- "isDistributed":true,
- // 开发环境使用的接口地址(数组索引)
- "devApiHostIndex": 0,
- // 生产环境使用的接口地址(数组索引)
- "prodApiHostIndex": 0,
- // 额外添加的全局变量,必须在此处注册才能使用
- "globalVariables": [],
+ // 登录页显示的公司名称
+ "company": "数字化智慧校园",
+ // App 版本号
+ "appVersion": "2.0",
+ // 是否允许用户注册
+ "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/"
+ ],
+ // "webHost":"http://cyzjzx.gnway.cc:30549/",//测试地址
+ "webHost": "http://wxd3f.cyzjzx.com/", //正式地址
+ // "webHost":"http://192.168.10.175:8087/",
+ // 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示
+ "devAccount": [{
+ username: "",
+ password: ""
+ }],
+ //是否分布式部署 指WebApi与Web不在一台服务器
+ "isDistributed": true,
+ // 开发环境使用的接口地址(数组索引)
+ "devApiHostIndex": 0,
+ // 生产环境使用的接口地址(数组索引)
+ "prodApiHostIndex": 0,
+ // 额外添加的全局变量,必须在此处注册才能使用
+ "globalVariables": [],
- // 小程序绑定登录等配置(login=登录,bind=绑定,unbind=解绑)
- "miniProgramAccount": {
- // 微信小程序
- "weixin": [],
- // 支付宝小程序
- "alipay": [],
- // 钉钉小程序
- "dingtalk": []
- },
+ // 小程序绑定登录等配置(login=登录,bind=绑定,unbind=解绑)
+ "miniProgramAccount": {
+ // 微信小程序
+ "weixin": [],
+ // 支付宝小程序
+ "alipay": [],
+ // 钉钉小程序
+ "dingtalk": []
+ },
- // 页面相关配置
- "pageConfig": {
- // 全局设置是否使用圆形头像
- "roundAvatar": false,
+ // 页面相关配置
+ "pageConfig": {
+ // 全局设置是否使用圆形头像
+ "roundAvatar": false,
- // 「消息」页
- "msg": {
- // 周期轮询消息的时间间隔,单位是毫秒
- "fetchMsg": 3000
- },
+ // 「消息」页
+ "msg": {
+ // 周期轮询消息的时间间隔,单位是毫秒
+ "fetchMsg": 3000
+ },
- // 「通讯录」页
- "contact": {
- // 是否显示(分)公司、部门、职员标签
- "tag": true,
- // 是否在职员这一级也显示标签
- "staffTag": false
- },
+ // 「通讯录」页
+ "contact": {
+ // 是否显示(分)公司、部门、职员标签
+ "tag": true,
+ // 是否在职员这一级也显示标签
+ "staffTag": false
+ },
- // 「聊天消息」页
- "chat": {
- // 周期轮询消息的时间间隔,单位是毫秒
- "fetchMsg": 3000
- }
- }
-}
+ // 「聊天消息」页
+ "chat": {
+ // 周期轮询消息的时间间隔,单位是毫秒
+ "fetchMsg": 3000
+ }
+ }
+}
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/index.html b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/index.html
index 0d00be586..0d8e0b544 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/index.html
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/index.html
@@ -1,27 +1,33 @@
-
-
-
-
-
-
-
-
-
- <%= htmlWebpackPlugin.options.title %>
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ <%= htmlWebpackPlugin.options.title %>
+
+
+
+
+
+
+
+
+