mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-05-04 05:16:35 +08:00
update information
This commit is contained in:
parent
1a9921ce40
commit
e934394182
@ -8,6 +8,7 @@
|
|||||||
</span>
|
</span>
|
||||||
<template v-slot:overlay>
|
<template v-slot:overlay>
|
||||||
<a-menu>
|
<a-menu>
|
||||||
|
<a-menu-item @click="buy">付费版购买</a-menu-item>
|
||||||
<a-menu-item @click="logout">退出登录</a-menu-item>
|
<a-menu-item @click="logout">退出登录</a-menu-item>
|
||||||
</a-menu>
|
</a-menu>
|
||||||
</template>
|
</template>
|
||||||
@ -28,7 +29,7 @@
|
|||||||
setup() {
|
setup() {
|
||||||
const store = useStore()
|
const store = useStore()
|
||||||
|
|
||||||
const logout = async function () {
|
const logout = async () => {
|
||||||
await this.$store.dispatch('user/logout')
|
await this.$store.dispatch('user/logout')
|
||||||
if (recordRoute) {
|
if (recordRoute) {
|
||||||
const fullPath = this.$route.fullPath
|
const fullPath = this.$route.fullPath
|
||||||
@ -38,10 +39,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const buy = () => {
|
||||||
|
window.open('http://vue-admin-beautiful.com/authorization/')
|
||||||
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
avatar: computed(() => store.getters['user/avatar']),
|
avatar: computed(() => store.getters['user/avatar']),
|
||||||
username: computed(() => store.getters['user/username']),
|
username: computed(() => store.getters['user/username']),
|
||||||
logout,
|
logout,
|
||||||
|
buy,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -59,10 +59,20 @@
|
|||||||
<td>{{ dependencies['ant-design-vue'] }}</td>
|
<td>{{ dependencies['ant-design-vue'] }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>PRO版演示地址(付费版)</td>
|
<td>Admin Pro版演示地址(付费版)</td>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<a
|
<a
|
||||||
href="http://vue-admin-beautiful.com/vue-admin-beautiful-pro?hmsr=mwsqj&hmpl=&hmcu=&hmkw=&hmci="
|
href="http://vue-admin-beautiful.com/admin-pro?hmsr=mwsqj&hmpl=&hmcu=&hmkw=&hmci="
|
||||||
|
>
|
||||||
|
点我
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Admin Plus版演示地址(付费版)</td>
|
||||||
|
<td colspan="3">
|
||||||
|
<a
|
||||||
|
href="http://vue-admin-beautiful.com/admin-plus?hmsr=mwsqj&hmpl=&hmcu=&hmkw=&hmci="
|
||||||
>
|
>
|
||||||
点我
|
点我
|
||||||
</a>
|
</a>
|
||||||
@ -74,40 +84,6 @@
|
|||||||
<a href="https://github.com/chuzhixin/vue-admin-beautiful">点我</a>
|
<a href="https://github.com/chuzhixin/vue-admin-beautiful">点我</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>v2.x版演示地址(MIT协议,商用免费)</td>
|
|
||||||
<td colspan="3">
|
|
||||||
<a
|
|
||||||
href="http://vue-admin-beautiful.com/vue-admin-beautiful-element?hmsr=mwsqj&hmpl=&hmcu=&hmkw=&hmci="
|
|
||||||
>
|
|
||||||
点我
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>v3.element-plus MIT协议,商用免费)</td>
|
|
||||||
<td colspan="3">
|
|
||||||
<a
|
|
||||||
href="http://vue-admin-beautiful.com/vue-admin-beautiful-element-plus?hmsr=mwsqj&hmpl=&hmcu=&hmkw=&hmci="
|
|
||||||
>
|
|
||||||
点我
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>v3.x版演示地址(antdv MIT协议,商用免费)</td>
|
|
||||||
<td colspan="3">
|
|
||||||
<a
|
|
||||||
href="http://vue-admin-beautiful.com/vue-admin-beautiful-antdv?hmsr=mwsqj&hmpl=&hmcu=&hmkw=&hmci="
|
|
||||||
>
|
|
||||||
点我
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>官方QQ群</td>
|
|
||||||
<td colspan="3">972435319、1139183756</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user