摘要: 在 package.json 中 需要添加 npm仓库地址 "publishConfig": { "registry": "http://xxxxx.tech/repository/npm-hosted/" }, 阅读全文
posted @ 2022-02-21 14:42 。啊月 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 使用 npm login 进行登录时 ,指定目标registry npm login --npm login --registry=http://xxxxx/repository/npm-hosted/ 注意: registry 地址最后的斜杠(/) 不能够省略 阅读全文
posted @ 2022-02-21 14:38 。啊月 阅读(2217) 评论(0) 推荐(0) 编辑
摘要: 一、引入配置文件 1.引入微信js文件,可下载后引入 当报错信息是 cannot read title of undefined 时 解决方法 2.引入 sha1 文件 (如果时后端处理 可以不用引入) 二、 通过config接口注入权限验证配置并申请所需开放标签 如果是后端直接返回wx.confi 阅读全文
posted @ 2022-02-21 11:57 。啊月 阅读(1893) 评论(0) 推荐(0) 编辑