feat: 避免卡住
This commit is contained in:
@ -46,6 +46,7 @@ import Footer from './footer.vue'
|
|||||||
// import useCallModule from '../sdk/call.js'
|
// import useCallModule from '../sdk/call.js'
|
||||||
const { proxy } = getCurrentInstance();
|
const { proxy } = getCurrentInstance();
|
||||||
// const Call = useCallModule()
|
// const Call = useCallModule()
|
||||||
|
try {
|
||||||
window.lemon.login.login({
|
window.lemon.login.login({
|
||||||
username: "linzhigongan1",
|
username: "linzhigongan1",
|
||||||
password: "linzhigongan1",
|
password: "linzhigongan1",
|
||||||
@ -58,6 +59,10 @@ const { proxy } = getCurrentInstance();
|
|||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
} catch (error) {
|
||||||
|
console.log('error: ', error);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
modelValue: {
|
modelValue: {
|
||||||
|
|||||||
Reference in New Issue
Block a user