uptada BaiDuYun
This commit is contained in:
parent
28e005c17e
commit
ba100118c4
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div v-if="loading">正在加载...</div>
|
|
||||||
<iframe v-else-if="url" :src="url" frameborder="0" class="baidu-style">
|
<iframe v-loading="loading" v-if="url" :src="url" frameborder="0" class="baidu-style">
|
||||||
</iframe>
|
</iframe>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<p>请先登录百度云账号</p>
|
<p>请先登录百度云账号</p>
|
||||||
@ -21,7 +21,8 @@ export default {
|
|||||||
userToken: '',
|
userToken: '',
|
||||||
url: '',
|
url: '',
|
||||||
loading: true,
|
loading: true,
|
||||||
userid: ''
|
userid: '',
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async created() {
|
async created() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user