| | |
| | | </template> |
| | | |
| | | <script> |
| | | import '@/components/uview-components/uview-ui' |
| | | import { |
| | | openIdLogin, |
| | | loginCallback |
| | |
| | | smsLogin, |
| | | userLogin |
| | | } from "@/api/login"; |
| | | import myVerification from "@/components/verification/verification.vue"; //验证码模块 |
| | | import myVerification from "@/pages/subComponents/verification/verification.vue"; //验证码模块 |
| | | import uuid from "@/utils/uuid.modified.js"; // uuid |
| | | import verifyCode from "@/components/verify-code/verify-code"; |
| | | import verifyCode from "@/pages/passport/verify-code/verify-code"; |
| | | import { |
| | | getUserInfo |
| | | } from "@/api/members"; |