From e389354f6154ffab9981308f8a842732db2f9085 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期二, 01 十一月 2022 16:08:25 +0800 Subject: [PATCH] 整治列表 案件查询 图片管理 页面添加 --- src/views/video/index.vue | 27 ++++++++++++++++++++++----- 1 files changed, 22 insertions(+), 5 deletions(-) diff --git a/src/views/video/index.vue b/src/views/video/index.vue index 8cfe998..9242469 100644 --- a/src/views/video/index.vue +++ b/src/views/video/index.vue @@ -1,15 +1,32 @@ <template> - <div>瑙嗛宸℃煡</div> + <div> + <el-button @click="getRegion">鑾峰彇鍦板潃涓夌骇鑱斿姩</el-button> + </div> </template> <script> export default { + data(){ + return{ + } + }, + methods:{ + getRegion(){ + // this.$axios.get('sccg/sccg-region/getTree').then(res=>{ + // console.log(res); + // }) + this.$axios({ + method:'get', + url:'sccg/sccg-region/getTree', + }) + .then(res=>{ + console.log(res); + }) + } + } } </script> -<style> -div{ - color: white; -} +<style lang="scss" scoped> </style> \ No newline at end of file -- Gitblit v1.8.0