基于亦庄一张图系统为模板创建的Demo系统
surprise
2024-04-16 f51e0da4c397110b2916a9dc371b6d745042029d
1
2
3
4
5
6
7
8
9
10
11
import { createStore } from "vuex";
 
export default createStore({
  state: {
    showScreenFlag: true,
    showProperties: null,
  },
  mutations: {},
  actions: {},
  modules: {},
});