liuyu há 5 anos atrás
pai
commit
5f3c1fd7b5
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      config/plugin.js

+ 4 - 4
config/plugin.js

@@ -1,7 +1,7 @@
 'use strict';
 'use strict';
 
 
 /** @type Egg.EggPlugin */
 /** @type Egg.EggPlugin */
-// exports.amqp = {
-//   enable: true,
-//   package: 'egg-naf-amqp',
-// };
+exports.amqp = {
+  enable: true,
+  package: 'egg-naf-amqp',
+};