mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore: 生产环境移除demo plugin
This commit is contained in:
@@ -41,4 +41,7 @@ export class DemoAccess implements IAccess {
|
||||
demoKeySecret = '';
|
||||
}
|
||||
|
||||
new DemoAccess();
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
//你的实现 要去掉这个if,不然生产环境将不会显示
|
||||
new DemoAccess();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user