机具定损

This commit is contained in:
hongchao 2025-06-12 19:15:18 +08:00
parent 3598a1f72c
commit 5561a0e737
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ import { onMounted, reactive, ref } from 'vue'
import { appLoginAPI, getUserInfoAPI, iwsLoginAPI } from '@/services/index.js'
import { useMemberStore } from '@/stores'
const memberStore = useMemberStore()
const origin = []
const origin = window.location.href
//
const loginForm = reactive({
username: uni.getStorageSync('username'),