mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-24 05:57:49 +08:00
临时提交
This commit is contained in:
parent
bec52f687e
commit
84dcd4d8b8
@ -22,6 +22,8 @@ export default {
|
|||||||
props: [ 'id',],
|
props: [ 'id',],
|
||||||
computed: {},
|
computed: {},
|
||||||
created() {
|
created() {
|
||||||
|
// 获取完整信息
|
||||||
|
// 国标类型特殊处理
|
||||||
|
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
@ -36,8 +38,7 @@ export default {
|
|||||||
close: function () {
|
close: function () {
|
||||||
|
|
||||||
},
|
},
|
||||||
getAllRole:function () {
|
getChannel:function () {
|
||||||
|
|
||||||
this.$axios({
|
this.$axios({
|
||||||
method: 'get',
|
method: 'get',
|
||||||
url: "/api/role/all"
|
url: "/api/role/all"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user