Skip to content

Commit e85ba8f

Browse files
author
jianyan74
committed
修改安装和说明
1 parent 1cc20f6 commit e85ba8f

6 files changed

Lines changed: 7 additions & 165 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ http://www.rageframe.com
8484

8585
### 插件
8686

87-
- 微商城:https://github.com/jianyan74/Wechat
87+
- 微商城:https://github.com/jianyan74/TinyShop
8888
- 微信公众号:https://github.com/jianyan74/Wechat
8989
- 商家管理:https://github.com/jianyan74/Merchants
9090
- 在线文档:https://github.com/jianyan74/RfOnlineDoc

addons/Merchants/Install.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ class Install extends Migration implements AddonWidget
2424
*/
2525
public function run($addon)
2626
{
27-
MigrateHelper::upByPath([
28-
'@addons/Merchants/console/migrations/'
29-
]);
27+
// MigrateHelper::upByPath([
28+
// '@addons/Merchants/console/migrations/'
29+
// ]);
3030
}
3131
}

addons/Merchants/UnInstall.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ public function run($addon)
3434
// 清理配置
3535
ConfigValue::deleteAll(['app_id' => AppEnum::MERCHANT]);
3636

37-
MigrateHelper::downByPath([
38-
'@addons/Merchants/console/migrations/'
39-
]);
37+
// MigrateHelper::downByPath([
38+
// '@addons/Merchants/console/migrations/'
39+
// ]);
4040
}
4141
}

console/migrations/m200529_152446_merchant_bank_account.php

Lines changed: 0 additions & 48 deletions
This file was deleted.

console/migrations/m200529_152446_merchant_commission_withdraw.php

Lines changed: 0 additions & 58 deletions
This file was deleted.

console/migrations/m200529_152446_merchant_member_auth.php

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)