Forráskód Böngészése

修改样式路径

bill 1 éve
szülő
commit
393ed33ac8
1 módosított fájl, 3 hozzáadás és 3 törlés
  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",