mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
提交配置
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
<el-menu-item v-show="curIdentity == 3 && isTest">
|
||||
<template slot="title">
|
||||
<svg-icon icon-class="administrator" style="font-size:17px"></svg-icon>
|
||||
<span><a href="/manage/learningpath" target="_blank" style="color:#303133;">新版管理员界面</a></span>
|
||||
<span><a :href="managerPath+'/learningpath'" target="_blank" style="color:#303133;">新版管理员界面</a></span>
|
||||
</template>
|
||||
</el-menu-item>
|
||||
<el-menu-item v-show="curIdentity == 3">
|
||||
@@ -390,6 +390,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
isTest:false,
|
||||
managerPath:process.env.VUE_APP_MANAGER_PATH,
|
||||
badge: 0,
|
||||
isCollapse: false,
|
||||
lastStudy:{},
|
||||
|
||||
Reference in New Issue
Block a user