实现上传SQL脚本来更新数据功能

This commit is contained in:
zhanghouying
2019-12-09 14:58:14 +08:00
parent 1ff0492d3c
commit 4b14ba05d5
4 changed files with 120 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
const getters = {
deployUploadApi: state => state.api.deployUploadApi,
databaseUploadApi: state => state.api.databaseUploadApi,
size: state => state.app.size,
sidebar: state => state.app.sidebar,
device: state => state.app.device,