专区默认是平台运营方
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -23,7 +23,7 @@ const dialogVisible = computed(() => { | ... | @@ -23,7 +23,7 @@ const dialogVisible = computed(() => { |
| 23 | const loading = ref(false); | 23 | const loading = ref(false); |
| 24 | 24 | ||
| 25 | /** 记录用户选择的角色 */ | 25 | /** 记录用户选择的角色 */ |
| 26 | const selectRole = ref(USERROLE.USE); //TODO,在专区需要默认值是平台运营方。 | 26 | const selectRole = ref(USERROLE.OPERATION); //在专区需要默认值是平台运营方。 |
| 27 | 27 | ||
| 28 | onBeforeRouteLeave(() => { | 28 | onBeforeRouteLeave(() => { |
| 29 | }) | 29 | }) |
| ... | @@ -93,10 +93,10 @@ const beforeLogin = () => { | ... | @@ -93,10 +93,10 @@ const beforeLogin = () => { |
| 93 | <div class="title">数据提供方</div> | 93 | <div class="title">数据提供方</div> |
| 94 | </div> | 94 | </div> |
| 95 | <!-- 只有专区才有 --> | 95 | <!-- 只有专区才有 --> |
| 96 | <!-- <div class="per" :class="selectRole == USERROLE.OPERATION ? 'selected' : ''" @click="selectRole = USERROLE.OPERATION"> | 96 | <div class="per" :class="selectRole == USERROLE.OPERATION ? 'selected' : ''" @click="selectRole = USERROLE.OPERATION"> |
| 97 | <div class="img-operation"></div> | 97 | <div class="img-operation"></div> |
| 98 | <div class="title">平台运营方</div> | 98 | <div class="title">平台运营方</div> |
| 99 | </div> --> | 99 | </div> |
| 100 | </div> | 100 | </div> |
| 101 | <div class="login-footer"> | 101 | <div class="login-footer"> |
| 102 | <el-button :loading="loading" ref="loginButton" type="primary" size="large" style="width: 100%;" | 102 | <el-button :loading="loading" ref="loginButton" type="primary" size="large" style="width: 100%;" | ... | ... |
-
Please register or sign in to post a comment