fix: 去掉个人中心

feature/task1.0.0__0514__ch
向文可 2 years ago
parent 05515965a4
commit 0c97b4e0d0

@ -10,10 +10,6 @@
const store = useStore(); const store = useStore();
const userInfo = computed(() => store.state.auth.userInfo); const userInfo = computed(() => store.state.auth.userInfo);
const opts = reactive([ const opts = reactive([
{
label: '个人中心',
onClick() {},
},
{ {
label: '退出登录', label: '退出登录',
onClick() { onClick() {

Loading…
Cancel
Save