|
@@ -18,7 +18,7 @@
|
|
|
export default {
|
|
|
async mounted() {
|
|
|
// 单独上传配置文件
|
|
|
- axios.get('static/Data/EnityBigScreen.Data').then(async res => {
|
|
|
+ /*axios.get('static/Data/EnityBigScreen.Data').then(async res => {
|
|
|
if (res.status === 200) {
|
|
|
const result = await reqConfigBigScreen(res.data)
|
|
|
if(result[0].ID){
|
|
@@ -49,7 +49,7 @@
|
|
|
this.$store.dispatch('saveDevice',deviceJson)
|
|
|
}
|
|
|
}
|
|
|
- })
|
|
|
+ })*/
|
|
|
|
|
|
// 更新vuex中的缩放比例
|
|
|
axios.get('static/Data/EnityWindow.Data').then(async res => {
|