|
@@ -23,6 +23,7 @@ import loginCookie from '@/module-model/loginCookies'
|
|
import { clearAllStorageOfReg } from '@/utils/common'
|
|
import { clearAllStorageOfReg } from '@/utils/common'
|
|
import bindPhone from './bind-phone'
|
|
import bindPhone from './bind-phone'
|
|
import poll from './poll'
|
|
import poll from './poll'
|
|
|
|
+import setPass from './set-pass'
|
|
import { useUrlSearchParams } from '@vueuse/core'
|
|
import { useUrlSearchParams } from '@vueuse/core'
|
|
import { commonFormat, commonHandle } from './common'
|
|
import { commonFormat, commonHandle } from './common'
|
|
|
|
|
|
@@ -39,7 +40,7 @@ const moduleMap = {
|
|
format: commonFormat,
|
|
format: commonFormat,
|
|
dispatch: commonHandle
|
|
dispatch: commonHandle
|
|
},
|
|
},
|
|
- 'set-pass': {},
|
|
|
|
|
|
+ 'set-pass': setPass,
|
|
'bind-phone': bindPhone,
|
|
'bind-phone': bindPhone,
|
|
poll: poll
|
|
poll: poll
|
|
}
|
|
}
|