Commit a3360043 authored by 前端-许佳敏's avatar 前端-许佳敏

fix

parent 41341175
......@@ -19,6 +19,8 @@
/.env.local
/.idea/
system.json
/.idea
config/base.config.json
......
......@@ -48,7 +48,7 @@ export default defineConfig({
// 自定义修改webpack配置
chainWebpack(memo, { env, webpack, createCSSRule }) {
},
cssLoader: {
localsConvention: 'camelCase', // 将style中的class由 .foo-body 转化为fooBody调用
},
......@@ -80,4 +80,4 @@ export default defineConfig({
* 配置主题,实际上是配 less 变量。
*/
theme,
});
\ No newline at end of file
});
......@@ -31,18 +31,18 @@ import returnManageRoute from './returnManageRoute'; // 退货申请单管理
import repairManageRoute from './repairManageRoute'; // 维修申请单管理
const routeList = [
pageCustomized,
calssPropertyRoute,
trademarkRoute,
commodity,
rfqRoute,
pageCustomized,
calssPropertyRoute,
trademarkRoute,
commodity,
rfqRoute,
rfqOfferRoute,
logisticsRoutes,
memberAbility,
logisticsRoutes,
memberAbility,
ruleSettingRoutes,
authConfig,
commentRoutes,
contentRoute,
commentRoutes,
contentRoute,
balancedRoute,
demandOrderRoute,
demandQuoteOrderRoute,
......@@ -50,7 +50,7 @@ const routeList = [
messageRoute,
systemManageRoute,
orderSystemRoutes,
productionNoticeRoutes,
productionNoticeRoutes,
exchangeManageRoutes,
returnManageRoute,
repairManageRoute,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment