|
|
@ -42,7 +42,7 @@ import { getAuthCaptcha, loginByPhone, getQnToken } from '@/apis/loginApi' |
|
|
import { getBaseInfo, pushCustomerBind } from '@/apis/commonApi' |
|
|
import { getBaseInfo, pushCustomerBind } from '@/apis/commonApi' |
|
|
import { accountType, verificationType, codePurpose, enterpriseType } from '@/enums/index.js' |
|
|
import { accountType, verificationType, codePurpose, enterpriseType } from '@/enums/index.js' |
|
|
import store from '@/store/index.js' |
|
|
import store from '@/store/index.js' |
|
|
import { go2, back, changeTabbar } from '@/utils/hook.js' |
|
|
|
|
|
|
|
|
import { go2, back } from '@/utils/hook.js' |
|
|
import { validateField } from '@/utils/index.js' |
|
|
import { validateField } from '@/utils/index.js' |
|
|
export default { |
|
|
export default { |
|
|
data() { |
|
|
data() { |
|
|
@ -166,7 +166,6 @@ export default { |
|
|
if (type == enterpriseType.PERSONAL) { |
|
|
if (type == enterpriseType.PERSONAL) { |
|
|
page.url = 'mall' |
|
|
page.url = 'mall' |
|
|
} |
|
|
} |
|
|
changeTabbar(type) |
|
|
|
|
|
go2(page.url, page.data, page.isRedirect) |
|
|
go2(page.url, page.data, page.isRedirect) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|