Browse Source

优化

master
4670101279 2 years ago
parent
commit
7117c3857c
  1. 1
      src/views/web/camera/index.vue

1
src/views/web/camera/index.vue

@ -458,6 +458,7 @@ export default { @@ -458,6 +458,7 @@ export default {
let res = await this.$axiosGet('/web/camera/register');
if(res.code === 0){
this.$modal.msgSuccess("执行成功");
this.getList();
}
},
async addMethod(){

Loading…
Cancel
Save