完善
Former-commit-id: e96addbacb729e06e71fa86f3eb63db9e9bf8f84 [formerly e96addbacb729e06e71fa86f3eb63db9e9bf8f84 [formerly e96addbacb729e06e71fa86f3eb63db9e9bf8f84 [formerly e96addbacb729e06e71fa86f3eb63db9e9bf8f84 [formerly fe9146418c1c38556f13fad95e5b216cd74a9782 [formerly 75063cec02b2aec66a4d8a0ea9aae1fbec340d9e]]]]] Former-commit-id: a68aedc7369f3e207bc4d86c384fc8fc3a9a6be1 Former-commit-id: 3cdc7f962385910980a24d403f7ac1fcbc32a5df Former-commit-id: 65016b9cadd4c806e73bc046620bc388167fdce4 [formerly f5c00437b3ab5268d76002b95f6c0f0adc75e725] Former-commit-id: 70ef82289c7f6ae819d0b72d7d146eb6467c3a86 Former-commit-id: 91c1cc1922a20b3caf726dc280667b9220fa6baf Former-commit-id: 8a6a20fd653b2eb742f44fb72a4816ae3d94a5fc Former-commit-id: cbfd1e31d60e133a76d178303e355afbf10f3824 Former-commit-id: 5f42fb99a217da4bb308319f6880e719896f4d03
This commit is contained in:
@@ -11,8 +11,8 @@ import demoPlayground from './modules/demo-playground'
|
|||||||
|
|
||||||
// 菜单 侧边栏
|
// 菜单 侧边栏
|
||||||
export const menuAside = [
|
export const menuAside = [
|
||||||
demoPlugins,
|
|
||||||
demoComponents,
|
demoComponents,
|
||||||
|
demoPlugins,
|
||||||
demoCharts,
|
demoCharts,
|
||||||
demoElement,
|
demoElement,
|
||||||
demoPlayground
|
demoPlayground
|
||||||
@@ -30,8 +30,8 @@ export const menuHeader = [
|
|||||||
title: '功能',
|
title: '功能',
|
||||||
icon: 'puzzle-piece',
|
icon: 'puzzle-piece',
|
||||||
children: [
|
children: [
|
||||||
demoElement,
|
|
||||||
demoComponents,
|
demoComponents,
|
||||||
|
demoElement,
|
||||||
demoCharts,
|
demoCharts,
|
||||||
demoPlugins,
|
demoPlugins,
|
||||||
demoPlayground,
|
demoPlayground,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
path: '/demo/components',
|
path: '/demo/components',
|
||||||
title: '扩展组件',
|
title: '内置组件',
|
||||||
icon: 'puzzle-piece',
|
icon: 'puzzle-piece',
|
||||||
children: (pre => [
|
children: (pre => [
|
||||||
{ path: `${pre}index`, title: '扩展组件首页', icon: 'home' },
|
{ path: `${pre}index`, title: '扩展组件首页', icon: 'home' },
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ module.exports = {
|
|||||||
symbolId: 'd2-[name]'
|
symbolId: 'd2-[name]'
|
||||||
})
|
})
|
||||||
.end()
|
.end()
|
||||||
// image
|
// image exclude
|
||||||
const imagesRule = config.module.rule('images')
|
const imagesRule = config.module.rule('images')
|
||||||
imagesRule
|
imagesRule
|
||||||
.test(/\.(png|jpe?g|gif|webp|svg)(\?.*)?$/)
|
.test(/\.(png|jpe?g|gif|webp|svg)(\?.*)?$/)
|
||||||
|
|||||||
Reference in New Issue
Block a user