Browse Source

添加提示语

Xiao_123 3 tuần trước cách đây
mục cha
commit
31e3e5d78e
2 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 2 0
      components.d.ts
  2. 1 0
      src/views/login/index.vue

+ 2 - 0
components.d.ts

@@ -49,6 +49,7 @@ declare module 'vue' {
     InitPay: typeof import('./src/components/personalRecharge/initPay.vue')['default']
     Item: typeof import('./src/components/Position/item.vue')['default']
     JobTypeCard: typeof import('./src/components/jobTypeCard/index.vue')['default']
+    Knowledge: typeof import('./src/components/Knowledge/index.vue')['default']
     ListGroup: typeof import('./src/components/FormUI/nestedListGroup/components/listGroup.vue')['default']
     Loading: typeof import('./src/components/Loading/index.vue')['default']
     LongCompany: typeof import('./src/components/Position/longCompany.vue')['default']
@@ -67,6 +68,7 @@ declare module 'vue' {
     SimilarPositions: typeof import('./src/components/Position/similarPositions.vue')['default']
     SuNumberBox: typeof import('./src/components/FormUI/su-number-box/su-number-box.vue')['default']
     SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
+    Talk: typeof import('./src/components/Knowledge/talk.vue')['default']
     TextArea: typeof import('./src/components/FormUI/textArea/index.vue')['default']
     TextInput: typeof import('./src/components/FormUI/TextInput/index.vue')['default']
     TipDialog: typeof import('./src/components/CtDialog/tipDialog.vue')['default']

+ 1 - 0
src/views/login/index.vue

@@ -296,6 +296,7 @@ const handleAuthorize = async (stop) => {
     
     // 授权成功,返回登录信息
     await userStore.handleWeXinQrCodeLogin(data.appMdeAuthLoginRespVO)
+    Snackbar.success('登录成功')
     router.push('/')
   } catch (error) {
     console.log(error, 'error')