bug
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { computed, defineComponent, onMounted, reactive, ref } from "vue";
|
||||
import { computed, defineComponent, onMounted, reactive, ref, watch } from "vue";
|
||||
import LoginTab from "@/components/login/LoginTab.vue";
|
||||
import NavTop from "@/components/NavTop.vue"
|
||||
import { authLogin, checksmscode, checkuser, getquhaolist, getwebvideolist, loginpass, sendsms } from '@/api';
|
||||
@@ -161,6 +161,9 @@ export default defineComponent({
|
||||
}
|
||||
])
|
||||
const myquhao=ref(mrqh.value.code)
|
||||
watch(mrqh,()=>{
|
||||
myquhao.value = mrqh.value.code
|
||||
})
|
||||
const videolist=ref<any>([])
|
||||
|
||||
onMounted(async ()=>{
|
||||
|
||||
Reference in New Issue
Block a user