前天新建的项目
我在项目里新建了文件bleutils.ts,写了一个类,导出了一个类。在Page里导入并使用了这个类。真机调试无法上传
class bleServer {
str: string = ""
}
export {
bleServer
}
bleutils.ts
import { bleServer } from "./bleutils"
blePage.ts
message:Error: 非法的文件,错误信息:invalid file: pages/index/blePage/bleutils.js, 10:6, SyntaxError: Unexpected token = str = ""; [20221020 12:33:58][wx554739dc54855834]
appid: wx554739dc54855834
openid: o6zAJs3S-TGiO4l3MzalSw4UUyU0
ideVersion: 1.06.2209190
osType: win32-x64
time: 2022-10-20 12:34:00
本地设置,将JS编译成ES5 打钩即可