feat(WIP): processing 건국, 다른 메뉴 UI 통일
- lazy loading은 의미가 없으므로 롤백
This commit is contained in:
@@ -4,11 +4,11 @@ import { default as NationProcess } from "./che_급습.vue";
|
||||
import { default as GeneralAmountProcess } from "./che_몰수.vue";
|
||||
import { default as GeneralCityProcess } from "./che_발령.vue";
|
||||
|
||||
export const commandMap: Record<string, ()=>typeof NationProcess> = {
|
||||
che_국기변경: ()=>che_국기변경,
|
||||
che_국호변경: ()=>che_국호변경,
|
||||
che_급습: ()=>NationProcess,
|
||||
che_몰수: ()=>GeneralAmountProcess,
|
||||
che_포상: ()=>GeneralAmountProcess,
|
||||
che_발령: ()=>GeneralCityProcess,
|
||||
export const commandMap: Record<string, typeof NationProcess> = {
|
||||
che_국기변경,
|
||||
che_국호변경,
|
||||
che_급습: NationProcess,
|
||||
che_몰수: GeneralAmountProcess,
|
||||
che_포상: GeneralAmountProcess,
|
||||
che_발령: GeneralCityProcess,
|
||||
}
|
||||
Reference in New Issue
Block a user