|
@@ -43,7 +43,7 @@ export default {
|
|
|
// console.log('dataAll数据', dataAll)
|
|
|
|
|
|
// 存入静态数据到仓库中
|
|
|
- this.$store.dispatch('changeDataAll', dataAll);
|
|
|
+ // this.$store.dispatch('changeDataAll', dataAll);
|
|
|
const dom = document.querySelector("#app");
|
|
|
if (dom && document.documentElement.clientWidth < 480) {
|
|
|
dom.style.height = document.documentElement.clientHeight + "px";
|