瀏覽代碼

修改样式路径

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