開源版,本地調試出現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