@@ -66,6 +66,7 @@ router.onError((error) => {
const targetPath = router.currentRoute.value.fullPath
console.log(error)
if (isChunkLoadFailed && !isOpen) {
+ baseEvent.emit('toastClose')
isOpen = true
showDialog({
title: '更新提示',
@@ -123,7 +123,7 @@
font-weight: bold;
color: #333333;
line-height: 35px;
- font-family: 'DINA';
+ // font-family: 'DINA';
&.conflictType {
color: #f44541;
}
@@ -40,7 +40,7 @@ export default defineComponent({
orchestraInfo: {} as any,
// 是否开启微信登录(测试使用)默认为false
- testIsWeixin: false
+ testIsWeixin: true
},
computed: {
@@ -29,7 +29,7 @@ export default defineComponent({
dialogMessage: '',
})
const onNext = async (name: string) => {