1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
fc83d3ee75
commit
15675c1a99
|
@ -28,7 +28,7 @@ router.beforeEach(async (to, from, next) => {
|
||||||
Vue.prototype.$setOpenWindow();
|
Vue.prototype.$setOpenWindow();
|
||||||
// 设置页面标题
|
// 设置页面标题
|
||||||
// document.title = getPageTitle(to.meta.title)
|
// document.title = getPageTitle(to.meta.title)
|
||||||
|
await OSSclient()
|
||||||
// 确定用户是否已登录
|
// 确定用户是否已登录
|
||||||
const hasToken = getToken()
|
const hasToken = getToken()
|
||||||
Vue.prototype.toPath = to.path
|
Vue.prototype.toPath = to.path
|
||||||
|
|
Loading…
Reference in New Issue