提交 8eeb998e 编写于 作者: guangjun.yang's avatar guangjun.yang

新系统类型

上级 ea0d8863
<template>
<div>
<v-header :userName="userName" :authList="authList"></v-header>
<v-slidebar :tokenValue="token"></v-slidebar>
<v-slidebar :tokenValue="token" :systemType="systemType"></v-slidebar>
<el-container>
<div class="content" id="body-content">
<transition name="router-fade" mode="out-in">
......@@ -40,7 +40,8 @@ export default {
return {
token: "",
userName: "",
authList: []
authList: [],
systemType: 36,
};
},
computed: {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册