Browse Source

增加H5备案号

新疆体育高职分支
liangkun 1 year ago
parent
commit
813fbc5847
2 changed files with 21 additions and 1 deletions
  1. BIN
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/SSO.7z
  2. +21
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue

BIN
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/SSO.7z View File


+ 21
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue View File

@@ -61,6 +61,9 @@
</view>
<!-- 页面底部版权文字 -->
<view class="footer">{{ copyRightDisplay }}</view>
<!-- #ifdef H5 -->
<view class="footermii" @click="openmii">新ICP备2020001276号-2</view>
<!-- #endif -->
</view>
</template>

@@ -105,6 +108,9 @@ export default {
signUp() {
this.NAV_TO('/pages/signup')
},
openmii() {
window.open('https://beian.miit.gov.cn','_blank');
},

// 切换后台地址
changeApiRoot(newIndex) {
@@ -276,6 +282,20 @@ 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;
@@ -284,7 +304,7 @@ page {
text-align: center;
font-size: 14px;
color: #555;
/* #ifdef MP-ALIPAY */
bottom: 10px;
/* #endif */


Loading…
Cancel
Save