Feat(页面):页面埋点配置
This commit is contained in:
@@ -25,16 +25,17 @@ import sendVerifyCode from "@/mixins/SendVerifyCode";
|
||||
import {required, alpha_num, chs_phone} from "@/utils/validate";
|
||||
import {validatorDefaultCatch} from "@/utils/dialog";
|
||||
import {registerVerify, bindingPhoneByInput} from "@/api/user";
|
||||
import { pageListenMixins } from '@/mixins/pageListenMixins'
|
||||
|
||||
export default {
|
||||
name: "BindingPhone",
|
||||
components: {},
|
||||
props: {},
|
||||
mixins: [pageListenMixins],
|
||||
data: function () {
|
||||
return {
|
||||
webUrl: this.$VUE_APP_RESOURCES_URL,
|
||||
captcha: "",
|
||||
phone: "" //手机号
|
||||
phone: "",
|
||||
pageKeyId: Object.freeze('userConfigPhone')
|
||||
};
|
||||
},
|
||||
mixins: [sendVerifyCode],
|
||||
|
||||
Reference in New Issue
Block a user