mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
专区加一项
This commit is contained in:
@@ -41,11 +41,11 @@
|
||||
<el-dropdown-item command="three" divided>管理者进阶</el-dropdown-item>
|
||||
<el-dropdown-item command="four" divided>U选小课堂</el-dropdown-item>
|
||||
<el-dropdown-item command="five" divided>社招新员工</el-dropdown-item>
|
||||
<el-dropdown-item command="six" divided>贡献者专区</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
</el-dropdown>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="top-nav" :style="{color:textColor}" :class="current == 'follow' ? activeNav : ''">
|
||||
<router-link to="/follow">我的关注
|
||||
<div :class="current == 'follow' ? 'nav-bottbor' : ''"></div>
|
||||
@@ -221,7 +221,8 @@ export default {
|
||||
two: urlPre+'/grow180/login',
|
||||
three: this.webBaseUrl + '/study/index?study=1',
|
||||
four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
|
||||
five: urlPre+'/boe/new-employee/index.html'
|
||||
five: urlPre+'/boe/new-employee/index.html',
|
||||
six: urlPre+'/web/contributor/index'
|
||||
};
|
||||
window.open(obj[val]);
|
||||
},
|
||||
|
||||
@@ -283,7 +283,6 @@
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button @click="saveForm()" type="primary">提交</el-button>
|
||||
</div>
|
||||
|
||||
</el-dialog>
|
||||
<el-dialog title="考试信息" :visible.sync="examInfoShow" width="1000px" custom-class="g-dialog">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user