页面切图
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="Cn-page">
|
||||
<template v-if="showLoginMsk && !login">
|
||||
<navigator :url="tenantId ? '/pages/login/login' : '/pages/login/platform'" hover-class="none" class="page-login-btn">登录</navigator>
|
||||
<navigator url="/pages/login/login" hover-class="none" class="page-login-btn">登录</navigator>
|
||||
</template>
|
||||
<template v-else>
|
||||
<view class="loading" v-if="loading">
|
||||
@@ -23,7 +23,6 @@ export default {
|
||||
default: false
|
||||
},
|
||||
showLoginMsk: Boolean,
|
||||
tenantId:''
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
@@ -32,7 +31,6 @@ export default {
|
||||
},
|
||||
created() {
|
||||
this.login = uni.getStorageSync('Authorization')
|
||||
this.tenantId = false
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user