7e0ccf8f by lihua

专区默认是平台运营方

1 parent da630f9a
...@@ -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%;"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!