静态js引用问题 预览模式,真机调试模式,体验模式效果不一致?
我有一个静态得js 在app.js 中得引用方式 如下
import {ShowAlert} from ‘/components/showToast/showToast’;
之前一值是可以用得。这次准备提版得时候发生了奇怪得问题。
在开发工具中和真机调试中可以正常访问。
在手机预览模式和体验版中 报 thirdscriptError error:module ‘/components/showToast/showToast’ is not defined
这是为什么?