import store from '@/designer/store/modules/setup.js'; 这样引入会存在问题,正确的引入方法如下: import store from '@/designer/store';