Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑敏
vipSupplier
Commits
32ef0ae2
Commit
32ef0ae2
authored
Oct 03, 2020
by
chuzhixin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
:bug:添加注释
parent
2a8df832
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
src/layouts/components/index.js
+6
-1
No files found.
src/layouts/components/index.js
View file @
32ef0ae2
/**
* @copyright chuzhixin 1204505056@qq.com
* @description 公共布局导出,已封装成npm,便于此后在线升级,当然也存在一定的弊端,给开发者自定义增加了一定的困难,如果您一定要进行高度自定义,请仔细阅读讨论群文档,layouts本地化篇
* @description 公共布局导出,已封装成npm,便于此后在线升级,
* 当然也存在一定的弊端,给开发者自定义增加了一定的困难,
* 如果您一定要进行高度自定义,请仔细阅读讨论群文档,layouts本地化篇。
*/
export
{
default
as
ColorfullIcon
}
from
"zx-layouts/ColorfullIcon"
;
export
{
default
as
RemixIcon
}
from
"zx-layouts/RemixIcon"
;
export
{
default
as
VabDrag
}
from
"zx-layouts/Drag"
;
export
{
default
as
VabPermissions
}
from
"zx-layouts/Permissions"
;
export
{
default
as
VabQueryForm
}
from
"zx-layouts/VabQueryForm/export"
;
//本地化logo、默认使用svg,如需变更为png更改logo源码即可
export
{
default
as
Logo
}
from
"./Logo"
;
//本地化头像组件
export
{
default
as
Avatar
}
from
"./Avatar"
;
//本地化广告组件,如不需要全局搜索ad组件删掉即可
export
{
default
as
Ad
}
from
"./Ad"
;
export
{
default
as
AppMain
}
from
"zx-layouts/AppMain"
;
export
{
default
as
TabsBar
}
from
"zx-layouts/TabsBar"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment