开源版,本地调试出现Please enable JavaScript to continue.请问下是本地那个地方出错呢
浏览器已开启JavaScript 权限
18:00:19.452 项目 uni-app 开始编译
18:00:20.753 请注意运行模式下,因日志输出、sourcemap以及未压缩源码等原因,性能和包体积,均不及发行模式。
18:00:20.873 正在编译中...
18:00:21.576 INFO Starting development server...
18:00:22.504 已忽略静态资源目录:static/app-plus。详见:https://uniapp.dcloud.net.cn/tutorial/platform.html#static
18:00:47.778 WARNING: Module Warning (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js):
18:00:47.778 (Emitted value instead of an instance of Error) <v-uni-view v-for="item in expList">: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.
18:00:47.778 Module Warning (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js):
18:00:47.778 (Emitted value instead of an instance of Error) <v-uni-view v-for="item in explosiveMoney">: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.
18:00:47.778 Module Warning (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js):
18:00:47.778 (Emitted value instead of an instance of Error) <v-uni-view v-for="item in goodList">: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.
18:00:47.778 Module Warning (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js):
18:00:47.778 (Emitted value instead of an instance of Error) <v-uni-view v-for="item in imgUrls">: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.
18:00:47.778 Module Warning (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js):
18:00:47.778 (Emitted value instead of an instance of Error) <v-uni-view v-for="item in menuList">: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.
18:00:47.778 Module Warning (from ./node_modules/postcss-loader/src/index.js):
18:00:47.778 Warning
18:00:47.778 (125:3) start value has mixed support, consider using flex-start instead
18:00:47.792 App running at:
18:00:47.793 - Local: http://localhost:8080/
18:00:47.793 - Network: http://192.168.110.242:8080/
18:00:47.793 项目 uni-app 编译成功。前端运行日志,请另行在浏览器的控制台查看。
18:00:47.793 点击控制台右上角debug图标(虫子),可开启断点调试(添加断点:双击编辑器行号添加断点)
18:00:47.793 Web版常见问题参考: https://ask.dcloud.net.cn/article/35232