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 a27bdc406..b99095f1f 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js @@ -6,20 +6,16 @@ export default { // 是否允许用户注册 "enableSignUp": true, //请求数据的接口地址;可以配置多个,开发环境下登录页会出现选择菜单供您选择 + //黑龙江正式地址 "apiHost": [ - "http://localhost:31173/" + "http://1.190.222.34:9001/" ], - "webHost":"http://localhost:20472/", - //学校测试环境地址: + "webHost":"http://1.190.222.34:9000/", + //本地: // "apiHost": [ - // "http://218.84.232.3:9003/" + // "http://localhost:9003/" // ], - // "webHost":"http://218.84.232.3:8000/", - //学校正式环境地址: - // "apiHost": [ - // "http://10.30.0.10:9002/" - // ], - // "webHost":"http://10.30.0.10:8000/", + // "webHost":"http://localhost:8000/", // 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 "devAccount": [ { username: "system", password: "www.qj.com" } diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json index a97774986..203d61e59 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json @@ -1207,6 +1207,18 @@ "style": { "navigationBarTitleText": "考试安排" } + }, + { "path": "pages/weixinLogin", + "style": { + "navigationStyle": "custom", + "disableScroll": true + } + }, + { "path": "pages/wxLogin", + "style": { + "navigationStyle": "custom", + "disableScroll": true + } } diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue index c30599519..a731c6afc 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue @@ -32,7 +32,12 @@ 登 录 - @@ -61,9 +66,6 @@ {{ copyRightDisplay }} - - 新ICP备2020001276号-2 - @@ -105,11 +107,8 @@ export default { }, // 点击新用户注册 - signUp() { - this.NAV_TO('/pages/signup') - }, - openmii() { - window.open('https://beian.miit.gov.cn','_blank'); + signUp(url) { + this.NAV_TO(url) }, // 切换后台地址 @@ -272,6 +271,15 @@ page { margin-top: 20rpx; } } + + .otherLogin{ + display: flex; + justify-content: flex-end; + .textBtn{ + width: 100px; + color: #606266; + } + } .more { margin-top: 30rpx; @@ -282,20 +290,6 @@ page { } .footer { - position: absolute; - left: 0; - right: 0; - bottom: 30px; - bottom: calc(30px + env(safe-area-inset-bottom)); - text-align: center; - font-size: 14px; - color: #555; - - /* #ifdef MP-ALIPAY */ - bottom: 30px; - /* #endif */ - } - .footermii { position: absolute; left: 0; right: 0; @@ -304,7 +298,7 @@ page { text-align: center; font-size: 14px; color: #555; - + /* #ifdef MP-ALIPAY */ bottom: 10px; /* #endif */ diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/weixinLogin.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/weixinLogin.vue new file mode 100644 index 000000000..078b31754 --- /dev/null +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/weixinLogin.vue @@ -0,0 +1,399 @@ + + + + + + + diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/wxLogin.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/wxLogin.vue new file mode 100644 index 000000000..b2192b11f --- /dev/null +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/wxLogin.vue @@ -0,0 +1,399 @@ + + + + + + + diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/wx.png b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/wx.png new file mode 100644 index 000000000..9ac3b9481 Binary files /dev/null and b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/wx.png differ