單商戶開源版前端uniapp導(dǎo)入運(yùn)行空白,導(dǎo)入uniapp官方市場(chǎng)的前端[https://ext.dcloud.net.cn/plugin?id=4263]和官方GITEE上面的源碼[https://gitee.com/ZhongBangKeJi/CRMEB/tree/master]都不行,hbuilder是最新版,編譯運(yùn)行后均為空白,已修改配置了app.js中的地址,其他文件未動(dòng)。
請(qǐng)問一下,這是什么問題?
控制臺(tái)全部代碼:
21:00:55.586 項(xiàng)目 'uni-app' 開始編譯...
21:00:58.357 請(qǐng)注意運(yùn)行模式下,因日志輸出、sourcemap以及未壓縮源碼等原因,性能和包體積,均不及發(fā)行模式。
21:00:58.526 正在編譯中...
21:01:01.220 INFO Starting development server...
21:01:16.680 [警告?] ..\..\..\..\..\..\安裝在D盤的app\HBuilderX.3.4.7.20220422\plugins\uniapp-cli\node_modules\@dcloudio\uni-h5\dist\index.umd.min.js
? 文件體積超過 500KB,已跳過壓縮以及 ES6 轉(zhuǎn) ES5 的處理,手機(jī)端使用過大的js庫影響性能。
21:02:24.253 WARNING: Module Warning (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js):
21:02:24.253 (Emitted value instead of an instance of Error) ?
?: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.
21:02:24.291 Module Warning (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js):
21:02:24.307 (Emitted value instead of an instance of Error) ?
?: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.
21:02:24.307 Module Warning (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js):
21:02:24.307 (Emitted value instead of an instance of Error) ?
?: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.
21:02:24.307 Module Warning (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js):
21:02:24.322 (Emitted value instead of an instance of Error) ?
?: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.
21:02:24.322 Module Warning (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js):
21:02:24.322 (Emitted value instead of an instance of Error) ?
?: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.
21:02:24.322 Module Warning (from ./node_modules/postcss-loader/src/index.js):
21:02:24.338 Warning
21:02:24.338 (125:3) start value has mixed support, consider using flex-start instead
21:02:24.338 App running at:
21:02:24.353 - Local: http://localhost:8080/
21:02:24.353 - Network: http://192.168.3.34:8080/
21:02:24.353 項(xiàng)目 'uni-app' 編譯成功。前端運(yùn)行日志,請(qǐng)另行在瀏覽器的控制臺(tái)查看。
21:02:24.391 H5版常見問題參考: https://ask.dcloud.net.cn/article/35232
21:02:29.788 [HMR] Waiting for update signal from WDS...
21:02:30.382 Uncaught (in promise)undefined
21:02:30.388 Uncaught (in promise)undefined
21:02:32.019 Uncaught (in promise)undefined
21:02:32.024 Uncaught (in promise)undefined
21:02:32.076 Uncaught (in promise)undefined
21:02:32.079 Uncaught (in promise)undefined

