fix 训练小阶解锁等级应该以当前兵种为准
This commit is contained in:
+4
-4
@@ -21,13 +21,13 @@ const filePath = (_pinus as any).FILEPATH;
|
||||
filePath.MASTER = '/config/master';
|
||||
filePath.SERVER = '/config/servers';
|
||||
filePath.CRON = '/config/crons';
|
||||
if(process.env.NODE_ENV == 'local') {
|
||||
// if(process.env.NODE_ENV == 'local') {
|
||||
filePath.LOG = '/config/log4js.local';
|
||||
// } else if(process.env.NODE_ENV == 'prod'){
|
||||
// filePath.LOG = '/config/log4js.prod';
|
||||
} else {
|
||||
filePath.LOG = '/config/log4js.prod';
|
||||
}
|
||||
// } else {
|
||||
// filePath.LOG = '/config/log4js.prod';
|
||||
// }
|
||||
filePath.SERVER_PROTOS = '/config/serverProtos';
|
||||
filePath.CLIENT_PROTOS = '/config/clientProtos';
|
||||
filePath.MASTER_HA = '/config/masterha';
|
||||
|
||||
Reference in New Issue
Block a user