错误 store/index.js代码如下: import Vue from 'vue'; import Vuex from 'vuex'; import city from './moudle/city' Vue.use(Vuex); //构造store const store = new Vuex.Store({ // 模块化 modules: { city: city } }); export default store; 解决办法 根据错误提示,到处一个方法,并在方法里把store导出.…
浏览器报的是Net.connection啥的错误 项目运行时报错这个 [HPM] Error occurred while trying to proxy request article from localhost:3000 to http://localhost:816 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors) 这我也不知道为什么会报这个错误. 修改方案: 修改server端…