fix:样式文件加载失败排查

This commit is contained in:
李想 2025-04-12 15:59:56 +08:00
commit 70dae6364b
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* @Author: zenghua.wang * @Author: zenghua.wang
* @Date: 2024-01-24 18:54:01 * @Date: 2024-01-24 18:54:01
* @LastEditors: zenghua.wang * @LastEditors: zenghua.wang
* @LastEditTime: 2024-01-26 22:57:34 * @LastEditTime: 2025-04-12 15:22:39
--> -->
<template> <template>
<el-config-provider :size="size" :locale="zhCn"> <el-config-provider :size="size" :locale="zhCn">

View File

@ -3,7 +3,7 @@
* @Author: zenghua.wang * @Author: zenghua.wang
* @Date: 2023-06-20 11:48:41 * @Date: 2023-06-20 11:48:41
* @LastEditors: zenghua.wang * @LastEditors: zenghua.wang
* @LastEditTime: 2025-04-07 17:24:45 * @LastEditTime: 2025-04-12 14:48:27
*/ */
import { createRouter, createWebHistory } from 'vue-router'; import { createRouter, createWebHistory } from 'vue-router';
import Layout from '@/layouts/index.vue'; import Layout from '@/layouts/index.vue';
@ -27,7 +27,7 @@ export const constantRoutes = [
path: '/sub-operation-service', path: '/sub-operation-service',
name: 'layout', name: 'layout',
component: Layout, component: Layout,
redirect: '/sub-operation-service/home', redirect: '/sub-operation-service/ecommerce',
meta: { title: '首页' }, meta: { title: '首页' },
children: [ children: [
{ {