机具定损
This commit is contained in:
parent
3598a1f72c
commit
5561a0e737
|
|
@ -24,8 +24,7 @@ import { onMounted, reactive, ref } from 'vue'
|
||||||
import { appLoginAPI, getUserInfoAPI, iwsLoginAPI } from '@/services/index.js'
|
import { appLoginAPI, getUserInfoAPI, iwsLoginAPI } from '@/services/index.js'
|
||||||
import { useMemberStore } from '@/stores'
|
import { useMemberStore } from '@/stores'
|
||||||
const memberStore = useMemberStore()
|
const memberStore = useMemberStore()
|
||||||
const origin = []
|
const origin = window.location.href
|
||||||
|
|
||||||
// 登录参数
|
// 登录参数
|
||||||
const loginForm = reactive({
|
const loginForm = reactive({
|
||||||
username: uni.getStorageSync('username'),
|
username: uni.getStorageSync('username'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue