图片
This commit is contained in:
parent
2dd1eb4e98
commit
091a22cddb
@ -25,7 +25,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup >
|
||||
const IMG_PATH = import.meta.env.VITE_IMAGE_URL+'/static/images/1178172634346456.png_hd.png'
|
||||
const IMG_PATH = import.meta.env.VITE_IMAGE_URL+'/static/images/1178172634346456.png_hd.png?v=2025'
|
||||
const props = defineProps({
|
||||
num1: {
|
||||
type: Number,
|
||||
|
||||
@ -52,7 +52,7 @@ const tiltles = ref('')
|
||||
const article_author = ref([]);
|
||||
const id=ref('')
|
||||
import {browse,votearticle,getarticle} from '../utils/api.js'
|
||||
const IMG_PATH = import.meta.env.VITE_IMAGE_URL+'/static/images/1178172634346456.png'
|
||||
const IMG_PATH = import.meta.env.VITE_IMAGE_URL+'/static/images/1178172634346456.png_hd.png?v=2025'
|
||||
|
||||
onMounted(()=>{
|
||||
console.log("ee",route.query.id)
|
||||
|
||||
@ -53,7 +53,7 @@ const article_author = ref([]);
|
||||
const id=ref('')
|
||||
const video_author_t=ref("")
|
||||
import {browse,votevideo,getvideo} from '../utils/api.js'
|
||||
const IMG_PATH = import.meta.env.VITE_IMAGE_URL+'/static/images/1178172634346456.png'
|
||||
const IMG_PATH = import.meta.env.VITE_IMAGE_URL+'/static/images/1178172634346456.png_hd.png?v=2025'
|
||||
const players = ref([])
|
||||
const playerJs=ref('//player.polyv.net/script/player.js')
|
||||
const vid = ref('')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user