- 共享云环境不成功?
[图片] 别的方法中调用这个新环境 [图片] 最后出现 [图片] 怎么解决呢?
2022-10-23 - Uncaught ReferenceError: __wxConfig is not define?
实在是找不到问题了求助。 我把别人的代码放在微信开发工具里面,一直提示这个错误。 <!DOCTYPE html><html><head> <title>小程序逻辑层</title> <meta http-equiv=Content-Type content="text/html; charset=utf-8"> <meta http-equiv=Content-Security-Policy content="script-src https://localhost:* http://127.0.0.1:* 'unsafe-inline' 'unsafe-eval'"> <script src=__dev__/assubloader.js></script>[图片] <script>__wxConfig.preload=!0,window.top.__global.asLoader.handleLoadStart(window)</script> <style>body{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0;margin:0} </style></head><body></body></html>
2021-12-28