摘要: 删除已经提交的.idea文件夹 git pull origin master # 将远程仓库里面的项目拉下来 //--cached不会把本地的test删除 git rm -r --cached .idea # 删除.idea文件夹 git commit -m '删除.idea' # 提交,添加操作说 阅读全文
posted @ 2022-04-28 16:41 风花一世月 阅读(55) 评论(0) 推荐(0) 编辑
摘要: <template> <!-- #ifdef MP-WEIXIN --> <view> <view> <button type="primary" class='btn' open-type="openSetting" @opensetting="openSetting">授权设置页</button 阅读全文
posted @ 2022-04-28 15:31 风花一世月 阅读(695) 评论(0) 推荐(0) 编辑