7e0ccf8f by lihua

专区默认是平台运营方

1 parent da630f9a
......@@ -23,7 +23,7 @@ const dialogVisible = computed(() => {
const loading = ref(false);
/** 记录用户选择的角色 */
const selectRole = ref(USERROLE.USE); //TODO,在专区需要默认值是平台运营方。
const selectRole = ref(USERROLE.OPERATION); //在专区需要默认值是平台运营方。
onBeforeRouteLeave(() => {
})
......@@ -93,10 +93,10 @@ const beforeLogin = () => {
<div class="title">数据提供方</div>
</div>
<!-- 只有专区才有 -->
<!-- <div class="per" :class="selectRole == USERROLE.OPERATION ? 'selected' : ''" @click="selectRole = USERROLE.OPERATION">
<div class="per" :class="selectRole == USERROLE.OPERATION ? 'selected' : ''" @click="selectRole = USERROLE.OPERATION">
<div class="img-operation"></div>
<div class="title">平台运营方</div>
</div> -->
</div>
</div>
<div class="login-footer">
<el-button :loading="loading" ref="loginButton" type="primary" size="large" style="width: 100%;"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!