1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-08-29 15:06:03 +08:00
parent fc83d3ee75
commit 15675c1a99
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ router.beforeEach(async (to, from, next) => {
Vue.prototype.$setOpenWindow();
// 设置页面标题
// document.title = getPageTitle(to.meta.title)
await OSSclient()
// 确定用户是否已登录
const hasToken = getToken()
Vue.prototype.toPath = to.path