uni-app集成uni-simple-router,报错:Uncaught ReferenceError: ROUTES is not defined

参考连接:GitHub - SilurianYang/uni-read-pages: read `pages.json` file to generate the routes table

作用:配置 vue.config.js 通过 webpack注入全局变量

问题:缺少Webpack 配置环境

方法:

项目根目录下打开终端,运行以下命令来安装相关依赖包:

npm install cross-env --save-dev

你可能感兴趣的:(uniapp,uni-app)