guoshilong
2023-09-27 f12906d1dec8a026acb52ce4b53f32c3f4808550
http改为https
1 files modified
2 ■■■ changed files
src/components/MediaPanel.vue 2 ●●● patch | view | raw | blame | history
src/components/MediaPanel.vue
@@ -122,7 +122,7 @@
const showVideo = ref(false)
const videoPlayerId = ref('videoPlayerId')
// 文件前缀
const prefix = 'http://dev.jxpskj.com:9000/cloud-bucket'
const prefix = 'https://dev.jxpskj.com:9000/cloud-bucket'
// 搜索栏配置项
const searchPanelOptions = reactive({
  size: 'large',