bill преди 2 години
родител
ревизия
393ed33ac8
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      src/env/index.ts

+ 3 - 3
src/env/index.ts

@@ -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",