bill пре 1 година
родитељ
комит
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",