| | |
| | | <text class="title">NorthGlass</text> |
| | | </view> |
| | | <view class="text-area"> |
| | | <text class="title">{{ip}}({{store.version}})</text> |
| | | <text class="title">{{ip+":"+port}}({{store.version}})</text> |
| | | </view> |
| | | <view class="text-area" > |
| | | <uni-data-select style="width:40vw;text-align: center;" |
| | |
| | | import {onMounted, reactive,ref} from "vue" |
| | | import userInfo from '@/stores/userInfo' |
| | | import request from '@/utils/request' |
| | | import {ip,webPort} from '@/utils/config.js' |
| | | import {ip,webPort,port} from '@/utils/config.js' |
| | | import { debounce } from 'lodash' |
| | | |
| | | const store=userInfo() |
| | | let searchUserList = ref({ |
| | |
| | | message.value.open() |
| | | } |
| | | |
| | | const login = async () => { |
| | | const login = debounce(async () => { |
| | | await getAppVersion() |
| | | userForm.pass = btoa(userForm.pass) |
| | | store.cleanInfo() |
| | |
| | | }).then(() => { |
| | | userForm.pass = atob(userForm.pass) |
| | | }) |
| | | } |
| | | },400) |
| | | |
| | | const initApp = () => { |
| | | uni.removeStorage({ |