#
luxiaotao1123
2024-08-17 fdd6020d22c6c9d54ce977f125e38b024e284159
src/store/index.js
@@ -3,7 +3,12 @@
const store = proxy(
    {
        text: 'Hello World'
        text: 'Hello World',
        shelfList: {},
        autoRotate: false,
        autoCruise: false,
        lookAt: { x: 0, y: 0, z: 0 },
        cruiseAgvNo: '2',
    }
);