Skip to content

Commit

Permalink
修改安装和说明
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyan74 committed Jun 1, 2020
1 parent 1cc20f6 commit e85ba8f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 165 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ http://www.rageframe.com

### 插件

- 微商城:https://github.com/jianyan74/Wechat
- 微商城:https://github.com/jianyan74/TinyShop
- 微信公众号:https://github.com/jianyan74/Wechat
- 商家管理:https://github.com/jianyan74/Merchants
- 在线文档:https://github.com/jianyan74/RfOnlineDoc
Expand Down
6 changes: 3 additions & 3 deletions addons/Merchants/Install.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class Install extends Migration implements AddonWidget
*/
public function run($addon)
{
MigrateHelper::upByPath([
'@addons/Merchants/console/migrations/'
]);
// MigrateHelper::upByPath([
// '@addons/Merchants/console/migrations/'
// ]);
}
}
6 changes: 3 additions & 3 deletions addons/Merchants/UnInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public function run($addon)
// 清理配置
ConfigValue::deleteAll(['app_id' => AppEnum::MERCHANT]);

MigrateHelper::downByPath([
'@addons/Merchants/console/migrations/'
]);
// MigrateHelper::downByPath([
// '@addons/Merchants/console/migrations/'
// ]);
}
}
48 changes: 0 additions & 48 deletions console/migrations/m200529_152446_merchant_bank_account.php

This file was deleted.

58 changes: 0 additions & 58 deletions console/migrations/m200529_152446_merchant_commission_withdraw.php

This file was deleted.

52 changes: 0 additions & 52 deletions console/migrations/m200529_152446_merchant_member_auth.php

This file was deleted.

0 comments on commit e85ba8f

Please sign in to comment.