|
|
@@ -86,7 +86,7 @@ export default defineComponent({
|
|
|
logoutAction();
|
|
|
Modal.info({
|
|
|
title: '系统提示:',
|
|
|
- content: `系统结算,请重新登录`,
|
|
|
+ content: '系统结算,请重新登录',
|
|
|
okType: 'primary',
|
|
|
okText: '确定'
|
|
|
})
|
|
|
@@ -123,10 +123,10 @@ export default defineComponent({
|
|
|
|
|
|
// setOvertime();
|
|
|
// 订阅交易通知
|
|
|
- notice((msg: string) => {
|
|
|
+ notice(() => {
|
|
|
Modal.info({
|
|
|
title: '系统提示:',
|
|
|
- content: `${msg},g请重新登录。`,
|
|
|
+ content: '请重新登录',
|
|
|
okType: 'primary',
|
|
|
okText: '确定',
|
|
|
keyboard: false,
|