|
@@ -50,9 +50,9 @@ export enum appType {
|
|
|
criminal = "2"
|
|
|
}
|
|
|
export const appStyleImport = {
|
|
|
- [appType.fire]: () => import('./assets/style/fire.less'),
|
|
|
- [appType.jmfire]: () => import('./assets/style/fire.less'),
|
|
|
- [appType.criminal]: () => import('./assets/style/criminal.less'),
|
|
|
+ [appType.fire]: () => import('../assets/style/fire.less'),
|
|
|
+ [appType.jmfire]: () => import('../assets/style/fire.less'),
|
|
|
+ [appType.criminal]: () => import('../assets/style/criminal.less'),
|
|
|
}
|
|
|
export const appBackRoot = {
|
|
|
[appType.fire]: "/fire",
|