11 2023 档案

摘要:定义了一个interface export interface login_info{ userid: string, //用户编号 password: string, //用户密码 snid: string, //snid唯一识别码 usertype:number //用户类型 ,1客户,2供应商 阅读全文
posted @ 2023-11-15 19:04 adong1980 阅读(10) 评论(0) 推荐(0)
摘要:ESLint 报错 TypeError: this.options.parse is not a function原因可能是版本不兼容,安装8.22版本能解决这个错误npm install eslint@8.22.0 --save-exact 阅读全文
posted @ 2023-11-15 09:23 adong1980 阅读(3898) 评论(0) 推荐(0)
摘要:npm config set registry https://registry.npm.taobao.org 阅读全文
posted @ 2023-11-14 21:31 adong1980 阅读(39) 评论(0) 推荐(0)