Merge remote-tracking branch 'origin/StableVersion' into develop

This commit is contained in:
X1627315083
2024-08-13 09:36:32 +08:00
15 changed files with 305 additions and 131 deletions

View File

@@ -131,7 +131,7 @@ export default defineComponent({
isShow:true,
children:[
{
name:'Trial All User',
name:'All Trial User',
route:'/administrator/trialAllUser',
icon:'usetime',
key:'sub3-1',
@@ -215,7 +215,7 @@ export default defineComponent({
}],
openKeys: [],
selectedKeys: ['sub1'],
nowPageName:'Trial User',//当前页面名称
nowPageName:'All User',//当前页面名称
});
let routers:any = ref([])

View File

@@ -453,6 +453,7 @@ export default defineComponent({
this.store.commit('clearSystemUser')
// WriteCookie("token");
clonAllCookie()
// window.location.reload()
},