| | |
| | | </template> |
| | | |
| | | <script> |
| | | import UCheckBox from '@/uview-components/uview-ui/components/u-checkbox/u-checkbox.vue'; |
| | | import UCheckbox from '@/uview-components/uview-ui/components/u-checkbox/u-checkbox.vue'; |
| | | import UNavbar from '@/uview-components/uview-ui/components/u-navbar/u-navbar.vue'; |
| | | import UModel from '@/uview-components/uview-ui/components/u-modal/u-modal.vue'; |
| | | import UModal from '@/uview-components/uview-ui/components/u-modal/u-modal.vue'; |
| | | import { |
| | | mpAutoLogin |
| | | } from "@/api/connect.js"; |
| | |
| | | import storage from "@/utils/storage.js"; |
| | | import config from '@/config/config' |
| | | export default { |
| | | components: {UCheckBox, UModel,UNavbar}, |
| | | components: {UCheckbox, UModal,UNavbar}, |
| | | data() { |
| | | return { |
| | | lightColor:this.$lightColor, |