Commit b6131926 authored by moonby's avatar moonby

240719

parent 7c49e8b0
......@@ -65,6 +65,7 @@
</style>
<script setup>
// ../OutputFile/VideoWebPlugin.zip
import { ref, reactive, onMounted, onUnmounted, provide, computed, handleError } from 'vue'
import DataForm from '../../components/DataForm.vue';
import { useRoute } from 'vue-router'
......@@ -111,6 +112,11 @@ var VideoInfo = reactive({
const props = { multiple: false, emitPath: false }
initPage();
function down(){
//下载插件
const filepath='/OutputFile/VideoWebPlugin.zip';
window.open(filepath);
}
//获取服务中心->供热站->换热站,三级列表
function getStats() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment