Squashed commit of the following:

commit 27fb1ee4ea
Author: joylink_fanyuhong <18706759286@163.com>
Date:   Tue Sep 24 14:05:41 2024 +0800

    报错调整

commit 069615d05d
Author: joylink_fanyuhong <18706759286@163.com>
Date:   Tue Sep 24 14:04:30 2024 +0800

    代码调整

commit 66c4ac33b3
Merge: 107d8a5 b267859
Author: shengxuqiang <shengxuqiang@joylink.club>
Date:   Tue Sep 24 12:09:11 2024 +0800

    Merge pull request '修改打包目录配置' (#3) from develop into local-test

    Reviewed-on: joylink/rtss-simulation-app-client#3

commit 107d8a50f1
Merge: 75797eb b01ee7c
Author: shengxuqiang <shengxuqiang@joylink.club>
Date:   Tue Sep 24 11:59:24 2024 +0800

    Merge pull request '添加local-test环境打包配置' (#2) from develop into local-test

    Reviewed-on: joylink/rtss-simulation-app-client#2

commit 75797ebc40
Merge: ff65d38 1a4ae38
Author: shengxuqiang <shengxuqiang@joylink.club>
Date:   Tue Sep 24 11:52:28 2024 +0800

    Merge pull request '添加local-test分支CICD配置' (#1) from develop into local-test

    Reviewed-on: joylink/rtss-simulation-app-client#1
This commit is contained in:
joylink_zhaoerwei 2024-09-24 14:22:31 +08:00
parent 4f7ba40f3e
commit 5888422322
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ let isOpenDialog = false; // 认证弹窗是否打开
const CancelToken = axios.CancelToken;
const source = CancelToken.source();
export default boot(({ app, router }) => {
export default boot(({ app }) => {
// for use inside Vue files (Options API) through this.$axios and this.$api
// 拦截请求,添加
@ -103,7 +103,7 @@ export default boot(({ app, router }) => {
persistent: true,
})
.onOk(() => {
router.push({ name: 'login' });
// router.push({ name: 'login' });
isOpenDialog = false;
})
.onCancel(() => {