Feat(页面):页面埋点配置
This commit is contained in:
@@ -45,14 +45,17 @@ import sendVerifyCode from "@/mixins/SendVerifyCode";
|
||||
import { required, alpha_num, chs_phone } from "@/utils/validate";
|
||||
import { validatorDefaultCatch } from "@/utils/dialog";
|
||||
import { getUserInfo, registerVerify, bindingPhone,modifyUserPayPwd } from "@/api/user";
|
||||
import { pageListenMixins } from '@/mixins/pageListenMixins'
|
||||
|
||||
export default {
|
||||
mixins: [pageListenMixins],
|
||||
data() {
|
||||
return {
|
||||
webUrl: this.$VUE_APP_RESOURCES_URL,
|
||||
captcha: "",
|
||||
phone:'',
|
||||
payPwd:''
|
||||
payPwd:'',
|
||||
pageKeyId: Object.freeze('userConfigPasswordPay')
|
||||
}
|
||||
},
|
||||
mixins: [sendVerifyCode],
|
||||
|
||||
Reference in New Issue
Block a user