当我运行未打包的网络应用程序版本时,我没有任何问题。地图居中并正确显示。但是,每当我打包应用程序时,都会遇到两个问题。首先,当它启动时,我收到以下警告:
Warning: you have included the Google Maps API multiple times on this page. This may cause unexpected errors.
我加载 API 的唯一位置是 app.json 文件。
然后,当我使用地图转到应用程序的部分时,出现以下错误:
Uncaught Error: Invalid value for property <center>: (39.810166, -86.15670799999998)
为什么预包装可以正常工作,但不能后包装?