Commit cdaa347c authored by 张伯涛's avatar 张伯涛

el-dropdown子项el-dropdown-menu确实引起项目元素混乱

parent 2b74130b
...@@ -6,25 +6,25 @@ ...@@ -6,25 +6,25 @@
class="hamburger-container" class="hamburger-container"
@toggleClick="toggleSideBar" @toggleClick="toggleSideBar"
/> />
<el-dropdown <!-- <el-dropdown-->
class="change-sys" <!-- class="change-sys"-->
@command="handleCommand" <!-- @command="handleCommand"-->
> <!-- >-->
<!-- <span class="el-dropdown-link">--> <!-- <span class="el-dropdown-link">-->
<!-- 业务中台<i class="el-icon-arrow-down el-icon&#45;&#45;right" />--> <!-- 业务中台<i class="el-icon-arrow-down el-icon&#45;&#45;right" />-->
<!-- </span>--> <!-- </span>-->
<el-dropdown-menu <!-- <el-dropdown-menu-->
slot="dropdown" <!-- slot="dropdown"-->
> <!-- >-->
<el-dropdown-item <!-- <el-dropdown-item-->
v-for="(item) in appList" <!-- v-for="(item) in appList"-->
:key="item.businessId" <!-- :key="item.businessId"-->
:command="specialTag !== '1' ? item.pcUrl : ''" <!-- :command="specialTag !== '1' ? item.pcUrl : ''"-->
> <!-- >-->
{{ item.system }} <!-- {{ item.system }}-->
</el-dropdown-item> <!-- </el-dropdown-item>-->
</el-dropdown-menu> <!-- </el-dropdown-menu>-->
</el-dropdown> <!-- </el-dropdown>-->
<span>诺兰特(北京)</span> <span>诺兰特(北京)</span>
</div> </div>
<div class="right-menu"> <div class="right-menu">
......
...@@ -696,9 +696,9 @@ export default { ...@@ -696,9 +696,9 @@ export default {
this.getDeptChild() this.getDeptChild()
this.getList() this.getList()
this.getTreeSelect() this.getTreeSelect()
this.getConfigKey('sys.user.initPassword').then(response => { // this.getConfigKey('sys.user.initPassword').then(response => {
this.initPassword = response.msg // this.initPassword = response.msg
}) // })
}, },
methods: { methods: {
handleCheckChange(data) { handleCheckChange(data) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment