收藏
回答

上传提示非法文件是什么问题? SyntaxError: Unexpected token

前天新建的项目

我在项目里新建了文件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


回答关注问题邀请回答
收藏

1 个回答

  • TwoBnol
    TwoBnol
    2023-07-14

    本地设置,将JS编译成ES5 打钩即可

    2023-07-14
    有用 1
    回复
登录 后发表内容