From 6664949dab5776c0e15af6ee1f55ac40957b4cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E5=BF=97=E9=91=AB?= <1204505056@qq.com> Date: Tue, 21 Jul 2020 10:35:35 +0800 Subject: [PATCH] =?UTF-8?q?prettier=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prettier.config.js | 3 +- src/App.vue | 8 +- src/components/JsonEditor/index.vue | 168 +-- src/components/SelectTree/index.vue | 286 ++--- src/components/VabCharge/index.vue | 290 ++--- src/components/VabImage/index.vue | 122 +- src/components/VabProfile/index.vue | 446 +++---- src/components/VabQrCode/index.vue | 66 +- src/components/VabSnow/index.vue | 115 +- src/components/VabSticky/index.vue | 140 +- src/components/VabUpload/index.vue | 332 ++--- src/layouts/components/Ad/index.vue | 60 +- src/layouts/index.vue | 427 +++---- src/utils/request.js | 2 +- src/views/401.vue | 432 +++---- src/views/404.vue | 432 +++---- src/views/index/index.vue | 1019 +++++++-------- src/views/login/index.vue | 446 +++---- src/views/mall/goodsDetail/index.vue | 16 +- src/views/mall/goodsList/index.vue | 167 +-- src/views/mall/pay/components/Step1.vue | 82 +- src/views/mall/pay/components/Step2.vue | 90 +- src/views/mall/pay/components/Step3.vue | 112 +- src/views/mall/pay/index.vue | 46 +- src/views/personalCenter/index.vue | 20 +- .../components/MenuManagementEdit.vue | 80 +- .../menuManagement/index.vue | 114 +- .../components/RoleManagementEdit.vue | 86 +- .../roleManagement/index.vue | 171 ++- .../components/UserManagementEdit.vue | 104 +- .../userManagement/index.vue | 173 ++- src/views/register/index.vue | 514 ++++---- src/views/test/index.vue | 18 +- src/views/vab/backToTop/index.vue | 18 +- src/views/vab/betterScroll/index.vue | 90 +- src/views/vab/card/index.vue | 102 +- .../codeGenerator/components/TableEditor.vue | 44 +- .../components/TableExhibition.vue | 118 +- .../components/TableExhibitionBody.vue | 63 +- .../components/TableExhibitionHeader.vue | 121 +- .../components/TableExhibitionQuery.vue | 101 +- src/views/vab/codeGenerator/index.vue | 38 +- src/views/vab/echarts/index.vue | 1136 ++++++++--------- src/views/vab/editor/index.vue | 164 +-- src/views/vab/element/index.vue | 121 +- .../vab/errorLog/components/ErrorTest.vue | 12 +- src/views/vab/errorLog/index.vue | 32 +- src/views/vab/form/index.vue | 107 +- src/views/vab/icon/colorfulIcon.vue | 168 +-- src/views/vab/icon/index.vue | 154 +-- src/views/vab/icon/remixIcon.vue | 162 +-- src/views/vab/imgComparison/index.vue | 46 +- src/views/vab/loading/index.vue | 76 +- src/views/vab/lodash/index.vue | 33 +- src/views/vab/magnifier/index.vue | 14 +- src/views/vab/map/amap.vue | 28 +- src/views/vab/map/index.vue | 192 +-- src/views/vab/markdown/index.vue | 99 +- src/views/vab/markdownEditor/index.vue | 44 +- src/views/vab/more/index.vue | 69 +- src/views/vab/nested/menu1/menu1-1/index.vue | 12 +- .../nested/menu1/menu1-1/menu1-1-1/index.vue | 8 +- src/views/vab/permissions/index.vue | 87 +- src/views/vab/player/index.vue | 76 +- src/views/vab/qrCode/index.vue | 46 +- src/views/vab/smallComponents/index.vue | 113 +- src/views/vab/sticky/index.vue | 52 +- src/views/vab/table/components/TableEdit.vue | 90 +- src/views/vab/table/index.vue | 261 ++-- src/views/vab/table/inlineEditTable.vue | 74 +- src/views/vab/tree/index.vue | 525 ++++---- src/views/vab/upload/index.vue | 34 +- src/views/vab/verify/index.vue | 36 +- src/views/vab/webSocket/index.vue | 114 +- 74 files changed, 5748 insertions(+), 5719 deletions(-) diff --git a/prettier.config.js b/prettier.config.js index 841e661..a7628ac 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -10,6 +10,7 @@ module.exports = { bracketSpacing: true, jsxBracketSameLine: false, arrowParens: "always", - vueIndentScriptAndStyle: false, + htmlWhitespaceSensitivity: "ignore", + vueIndentScriptAndStyle: true, endOfLine: "lf", }; diff --git a/src/App.vue b/src/App.vue index e2ad31f..eb848ae 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,8 +5,8 @@ diff --git a/src/components/JsonEditor/index.vue b/src/components/JsonEditor/index.vue index 98eb21b..f72dc51 100644 --- a/src/components/JsonEditor/index.vue +++ b/src/components/JsonEditor/index.vue @@ -7,105 +7,105 @@ diff --git a/src/components/SelectTree/index.vue b/src/components/SelectTree/index.vue index d683143..6722eab 100644 --- a/src/components/SelectTree/index.vue +++ b/src/components/SelectTree/index.vue @@ -31,168 +31,168 @@ diff --git a/src/components/VabImage/index.vue b/src/components/VabImage/index.vue index 40133fa..08999d7 100644 --- a/src/components/VabImage/index.vue +++ b/src/components/VabImage/index.vue @@ -17,76 +17,76 @@ diff --git a/src/components/VabProfile/index.vue b/src/components/VabProfile/index.vue index f91e881..038e8f8 100644 --- a/src/components/VabProfile/index.vue +++ b/src/components/VabProfile/index.vue @@ -25,289 +25,289 @@ diff --git a/src/components/VabQrCode/index.vue b/src/components/VabQrCode/index.vue index 7b1b798..44820eb 100644 --- a/src/components/VabQrCode/index.vue +++ b/src/components/VabQrCode/index.vue @@ -5,40 +5,40 @@ diff --git a/src/components/VabSnow/index.vue b/src/components/VabSnow/index.vue index badcbb2..477c5c6 100644 --- a/src/components/VabSnow/index.vue +++ b/src/components/VabSnow/index.vue @@ -5,77 +5,78 @@ diff --git a/src/components/VabSticky/index.vue b/src/components/VabSticky/index.vue index 85e4582..96a26a1 100644 --- a/src/components/VabSticky/index.vue +++ b/src/components/VabSticky/index.vue @@ -16,80 +16,80 @@ diff --git a/src/components/VabUpload/index.vue b/src/components/VabUpload/index.vue index 1d1840f..7a7043e 100644 --- a/src/components/VabUpload/index.vue +++ b/src/components/VabUpload/index.vue @@ -11,8 +11,7 @@ :closable="false" :title="`支持jpg、jpeg、png格式,单次可最多选择${limit}张图片,每张不可大于${size}M,如果大于${size}M会自动为您过滤`" type="info" - > - + >
开始上传 + > + 开始上传 diff --git a/src/layouts/components/Ad/index.vue b/src/layouts/components/Ad/index.vue index 9f78525..6054092 100644 --- a/src/layouts/components/Ad/index.vue +++ b/src/layouts/components/Ad/index.vue @@ -9,44 +9,44 @@ indicator-position="none" > - Ad - {{ item.title }} + Ad + {{ item.title }} diff --git a/src/layouts/index.vue b/src/layouts/index.vue index 88cca87..60b2ba7 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -52,261 +52,262 @@ diff --git a/src/utils/request.js b/src/utils/request.js index 703c9a5..7f0ffbc 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -36,7 +36,7 @@ service.interceptors.request.use( } if (process.env.NODE_ENV !== "preview") { if (contentType === "application/x-www-form-urlencoded;charset=UTF-8") { - if (config.data && !config.data.param) { + if (config.data) { config.data = qs.stringify(config.data); } } diff --git a/src/views/401.vue b/src/views/401.vue index 67d074c..e9c9970 100644 --- a/src/views/401.vue +++ b/src/views/401.vue @@ -43,254 +43,254 @@ diff --git a/src/views/404.vue b/src/views/404.vue index 35feb77..eb714ac 100644 --- a/src/views/404.vue +++ b/src/views/404.vue @@ -43,254 +43,254 @@ diff --git a/src/views/index/index.vue b/src/views/index/index.vue index 0493dd8..16d4380 100644 --- a/src/views/index/index.vue +++ b/src/views/index/index.vue @@ -44,8 +44,8 @@ :options="fwl" />
- 日均访问量: + + 日均访问量:
- 总授权数: + + 总授权数: + /> +
@@ -98,8 +99,9 @@ @click="handleClick" />
- 词云数量: + 词云数量: + + /> +
@@ -273,12 +276,10 @@ :title="item.title" :type="item.type" :closable="item.closable" - > - + >
- - +
@@ -296,446 +297,446 @@ diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 0f08448..ce17921 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -6,8 +6,7 @@ type="success" :closable="false" style="position: fixed;" - > - + >
占位符
@@ -65,7 +64,8 @@ class="login-btn" type="primary" @click="handleLogin" - >登录 + > + 登录
注册
@@ -77,246 +77,246 @@ diff --git a/src/views/mall/goodsDetail/index.vue b/src/views/mall/goodsDetail/index.vue index 6966480..550f13c 100644 --- a/src/views/mall/goodsDetail/index.vue +++ b/src/views/mall/goodsDetail/index.vue @@ -3,12 +3,12 @@ diff --git a/src/views/mall/goodsList/index.vue b/src/views/mall/goodsList/index.vue index bb39f0f..c9ce316 100644 --- a/src/views/mall/goodsList/index.vue +++ b/src/views/mall/goodsList/index.vue @@ -17,7 +17,8 @@ type="primary" native-type="submit" @click="handleQuery" - >查询 + > + 查询 @@ -64,99 +65,99 @@ diff --git a/src/views/mall/pay/components/Step1.vue b/src/views/mall/pay/components/Step1.vue index 01e70aa..5e898ca 100644 --- a/src/views/mall/pay/components/Step1.vue +++ b/src/views/mall/pay/components/Step1.vue @@ -25,48 +25,48 @@ diff --git a/src/views/mall/pay/components/Step2.vue b/src/views/mall/pay/components/Step2.vue index b716ccf..c82780a 100644 --- a/src/views/mall/pay/components/Step2.vue +++ b/src/views/mall/pay/components/Step2.vue @@ -25,60 +25,60 @@
- 提交 + + 提交 + 上一步
diff --git a/src/views/mall/pay/components/Step3.vue b/src/views/mall/pay/components/Step3.vue index e0d4366..e90eb60 100644 --- a/src/views/mall/pay/components/Step3.vue +++ b/src/views/mall/pay/components/Step3.vue @@ -32,70 +32,70 @@ diff --git a/src/views/mall/pay/index.vue b/src/views/mall/pay/index.vue index f322e12..225fc3f 100644 --- a/src/views/mall/pay/index.vue +++ b/src/views/mall/pay/index.vue @@ -30,31 +30,31 @@ diff --git a/src/views/personalCenter/index.vue b/src/views/personalCenter/index.vue index 09a512c..2f5ea64 100644 --- a/src/views/personalCenter/index.vue +++ b/src/views/personalCenter/index.vue @@ -10,14 +10,14 @@ diff --git a/src/views/personnelManagement/menuManagement/components/MenuManagementEdit.vue b/src/views/personnelManagement/menuManagement/components/MenuManagementEdit.vue index e4344ee..e2d5b47 100644 --- a/src/views/personnelManagement/menuManagement/components/MenuManagementEdit.vue +++ b/src/views/personnelManagement/menuManagement/components/MenuManagementEdit.vue @@ -17,55 +17,55 @@ diff --git a/src/views/personnelManagement/menuManagement/index.vue b/src/views/personnelManagement/menuManagement/index.vue index 5632237..1a2a55a 100644 --- a/src/views/personnelManagement/menuManagement/index.vue +++ b/src/views/personnelManagement/menuManagement/index.vue @@ -11,8 +11,8 @@ node-key="id" :default-expanded-keys="['root']" @node-click="handleNodeClick" - >
+ > + @@ -107,11 +107,11 @@ width="200" > @@ -124,59 +124,59 @@ diff --git a/src/views/personnelManagement/roleManagement/components/RoleManagementEdit.vue b/src/views/personnelManagement/roleManagement/components/RoleManagementEdit.vue index d74e569..80cfa62 100644 --- a/src/views/personnelManagement/roleManagement/components/RoleManagementEdit.vue +++ b/src/views/personnelManagement/roleManagement/components/RoleManagementEdit.vue @@ -18,52 +18,52 @@ diff --git a/src/views/personnelManagement/roleManagement/index.vue b/src/views/personnelManagement/roleManagement/index.vue index 725ff80..434471e 100644 --- a/src/views/personnelManagement/roleManagement/index.vue +++ b/src/views/personnelManagement/roleManagement/index.vue @@ -5,11 +5,11 @@ - 添加 - 批量删除 + + 添加 + + + 批量删除 @@ -22,8 +22,8 @@ /> - 查询 + + 查询 @@ -41,8 +41,8 @@ show-overflow-tooltip prop="id" label="id" - > + @@ -71,90 +69,89 @@ :total="total" @size-change="handleSizeChange" @current-change="handleCurrentChange" - > - + > diff --git a/src/views/personnelManagement/userManagement/components/UserManagementEdit.vue b/src/views/personnelManagement/userManagement/components/UserManagementEdit.vue index b1bdfb7..ad364b4 100644 --- a/src/views/personnelManagement/userManagement/components/UserManagementEdit.vue +++ b/src/views/personnelManagement/userManagement/components/UserManagementEdit.vue @@ -34,60 +34,62 @@ diff --git a/src/views/personnelManagement/userManagement/index.vue b/src/views/personnelManagement/userManagement/index.vue index f803db6..28e2f5c 100644 --- a/src/views/personnelManagement/userManagement/index.vue +++ b/src/views/personnelManagement/userManagement/index.vue @@ -2,11 +2,11 @@
- 添加 - 批量删除 + + 添加 + + + 批量删除 @@ -19,8 +19,8 @@ /> - 查询 + + 查询 @@ -52,9 +52,9 @@ @@ -70,11 +70,9 @@ width="200" > @@ -87,90 +85,89 @@ :total="total" @size-change="handleSizeChange" @current-change="handleCurrentChange" - > - + >
diff --git a/src/views/register/index.vue b/src/views/register/index.vue index df75a34..90ce465 100644 --- a/src/views/register/index.vue +++ b/src/views/register/index.vue @@ -6,8 +6,7 @@ type="success" :closable="false" style="position: fixed;" - > - + >
占位符
@@ -49,11 +48,12 @@ v-model.trim="form.phoneCode" type="text" placeholder="手机验证码" - > + + > + + > + + 注册 + > + 注册
登录
@@ -89,280 +91,280 @@ diff --git a/src/views/test/index.vue b/src/views/test/index.vue index 7faca44..c2bf779 100644 --- a/src/views/test/index.vue +++ b/src/views/test/index.vue @@ -4,13 +4,13 @@ diff --git a/src/views/vab/backToTop/index.vue b/src/views/vab/backToTop/index.vue index ea5cf04..bef05b5 100644 --- a/src/views/vab/backToTop/index.vue +++ b/src/views/vab/backToTop/index.vue @@ -8,15 +8,15 @@ diff --git a/src/views/vab/betterScroll/index.vue b/src/views/vab/betterScroll/index.vue index 2031001..883c53d 100644 --- a/src/views/vab/betterScroll/index.vue +++ b/src/views/vab/betterScroll/index.vue @@ -14,8 +14,8 @@ 滚动到300像素位置 向下滚动100像素 向上滚动50像素 - 滚动到第15个 - 滚动到第25个 + 滚动到第15个 + 滚动到第25个
@@ -29,55 +29,55 @@ diff --git a/src/views/vab/card/index.vue b/src/views/vab/card/index.vue index 9885417..7549089 100644 --- a/src/views/vab/card/index.vue +++ b/src/views/vab/card/index.vue @@ -39,61 +39,61 @@ diff --git a/src/views/vab/codeGenerator/components/TableEditor.vue b/src/views/vab/codeGenerator/components/TableEditor.vue index 5e0f5b3..0611710 100644 --- a/src/views/vab/codeGenerator/components/TableEditor.vue +++ b/src/views/vab/codeGenerator/components/TableEditor.vue @@ -8,30 +8,30 @@ diff --git a/src/views/vab/codeGenerator/components/TableExhibition.vue b/src/views/vab/codeGenerator/components/TableExhibition.vue index c2ae1b8..31fa051 100644 --- a/src/views/vab/codeGenerator/components/TableExhibition.vue +++ b/src/views/vab/codeGenerator/components/TableExhibition.vue @@ -13,69 +13,69 @@ diff --git a/src/views/vab/codeGenerator/components/TableExhibitionBody.vue b/src/views/vab/codeGenerator/components/TableExhibitionBody.vue index 39083c0..a800aac 100644 --- a/src/views/vab/codeGenerator/components/TableExhibitionBody.vue +++ b/src/views/vab/codeGenerator/components/TableExhibitionBody.vue @@ -19,42 +19,41 @@ background layout="total, sizes, prev, pager, next, jumper" :total="1000" - > - + >
diff --git a/src/views/vab/codeGenerator/components/TableExhibitionHeader.vue b/src/views/vab/codeGenerator/components/TableExhibitionHeader.vue index 3fbf137..c755807 100644 --- a/src/views/vab/codeGenerator/components/TableExhibitionHeader.vue +++ b/src/views/vab/codeGenerator/components/TableExhibitionHeader.vue @@ -17,11 +17,14 @@ effect="dark" placement="top-start" > - {{ header.opt ? "点击关闭自定义" : "点击开启自定义" }} + + {{ header.opt ? "点击关闭自定义" : "点击开启自定义" }} - {{ header.opt ? "点击关闭自定义" : "点击开启自定义" }} + + {{ header.opt ? "点击关闭自定义" : "点击开启自定义" }} - {{ header.show ? "点击隐藏字段" : "点击显示字段" }} + + {{ header.show ? "点击隐藏字段" : "点击显示字段" }}
@@ -50,67 +53,67 @@ diff --git a/src/views/vab/codeGenerator/components/TableExhibitionQuery.vue b/src/views/vab/codeGenerator/components/TableExhibitionQuery.vue index 0fa1f06..73cb7eb 100644 --- a/src/views/vab/codeGenerator/components/TableExhibitionQuery.vue +++ b/src/views/vab/codeGenerator/components/TableExhibitionQuery.vue @@ -2,8 +2,8 @@
查看代码 - 复制代码 + + 复制代码
@@ -11,69 +11,72 @@ 取 消 - 复制代码 + 复制代码 +
diff --git a/src/views/vab/codeGenerator/index.vue b/src/views/vab/codeGenerator/index.vue index b8cb9ea..3af1ebe 100644 --- a/src/views/vab/codeGenerator/index.vue +++ b/src/views/vab/codeGenerator/index.vue @@ -12,25 +12,25 @@ diff --git a/src/views/vab/echarts/index.vue b/src/views/vab/echarts/index.vue index fe3a36e..217378d 100644 --- a/src/views/vab/echarts/index.vue +++ b/src/views/vab/echarts/index.vue @@ -65,591 +65,591 @@ diff --git a/src/views/vab/editor/index.vue b/src/views/vab/editor/index.vue index fe261e2..c3561a5 100644 --- a/src/views/vab/editor/index.vue +++ b/src/views/vab/editor/index.vue @@ -14,7 +14,7 @@ - 预览效果 + 预览效果 保存 @@ -28,101 +28,101 @@ diff --git a/src/views/vab/element/index.vue b/src/views/vab/element/index.vue index 552827e..b126c15 100644 --- a/src/views/vab/element/index.vue +++ b/src/views/vab/element/index.vue @@ -2,8 +2,8 @@
- element全部文档点这里 + + element全部文档点这里 - Tag 标签 + + Tag 标签 标签四 标签五 - 进度条 + + 进度条 - 按钮 + + 按钮 搜索 - 上传 + + 上传 + + 加载中 - 文字链接 + + 文字链接 - 默认链接 + + 默认链接 主要链接 成功链接 @@ -163,8 +164,8 @@ 信息链接 无下划线 有下划线 - 头像 + + 头像 - 页头 + + 页头 - 面包屑 + + 面包屑 diff --git a/src/views/vab/errorLog/components/ErrorTest.vue b/src/views/vab/errorLog/components/ErrorTest.vue index 1d04809..a64aadd 100644 --- a/src/views/vab/errorLog/components/ErrorTest.vue +++ b/src/views/vab/errorLog/components/ErrorTest.vue @@ -4,10 +4,10 @@ diff --git a/src/views/vab/errorLog/index.vue b/src/views/vab/errorLog/index.vue index fb50328..67cf725 100644 --- a/src/views/vab/errorLog/index.vue +++ b/src/views/vab/errorLog/index.vue @@ -1,28 +1,28 @@ diff --git a/src/views/vab/form/index.vue b/src/views/vab/form/index.vue index fd39c68..3b5bdb2 100644 --- a/src/views/vab/form/index.vue +++ b/src/views/vab/form/index.vue @@ -39,8 +39,8 @@ - 立即创建 + + 立即创建 重置 @@ -51,54 +51,61 @@ diff --git a/src/views/vab/icon/colorfulIcon.vue b/src/views/vab/icon/colorfulIcon.vue index ab6306a..fae9fcc 100644 --- a/src/views/vab/icon/colorfulIcon.vue +++ b/src/views/vab/icon/colorfulIcon.vue @@ -2,8 +2,8 @@
- 多彩图标在演示环境中使用的是cdn加速服务,开发时需存储到本地,使用方法可查看群文档,点击图标即可复制源码 + + 多彩图标在演示环境中使用的是cdn加速服务,开发时需存储到本地,使用方法可查看群文档,点击图标即可复制源码 @@ -12,8 +12,8 @@ - 搜索 + + 搜索 @@ -60,96 +60,96 @@ diff --git a/src/views/vab/icon/index.vue b/src/views/vab/icon/index.vue index 5b3af6a..458cd95 100644 --- a/src/views/vab/icon/index.vue +++ b/src/views/vab/icon/index.vue @@ -10,8 +10,8 @@ - 搜索 + + 搜索 @@ -52,90 +52,90 @@ diff --git a/src/views/vab/icon/remixIcon.vue b/src/views/vab/icon/remixIcon.vue index e15fd52..61ec609 100644 --- a/src/views/vab/icon/remixIcon.vue +++ b/src/views/vab/icon/remixIcon.vue @@ -2,8 +2,8 @@
- 小清新图标在演示环境中使用的是cdn加速服务,开发时需存储到本地,使用方法可查看群文档,点击图标即可复制源码,点击图标即可复制源码 + + 小清新图标在演示环境中使用的是cdn加速服务,开发时需存储到本地,使用方法可查看群文档,点击图标即可复制源码,点击图标即可复制源码 @@ -12,8 +12,8 @@ - 搜索 + + 搜索 @@ -62,92 +62,92 @@ diff --git a/src/views/vab/imgComparison/index.vue b/src/views/vab/imgComparison/index.vue index 1670116..f6f183b 100644 --- a/src/views/vab/imgComparison/index.vue +++ b/src/views/vab/imgComparison/index.vue @@ -25,29 +25,29 @@ diff --git a/src/views/vab/loading/index.vue b/src/views/vab/loading/index.vue index 277bbba..243c584 100644 --- a/src/views/vab/loading/index.vue +++ b/src/views/vab/loading/index.vue @@ -11,59 +11,61 @@ 效果7 效果8 效果9 - 全局默认骨架屏(仿支付宝) + + 全局默认骨架屏(仿支付宝) -


+
+
+
多彩loading - 效果1 + + 效果1 - 效果2 + + 效果2 - 效果3 + + 效果3 - 效果4 + + 效果4
diff --git a/src/views/vab/lodash/index.vue b/src/views/vab/lodash/index.vue index 04885c3..9e0676e 100644 --- a/src/views/vab/lodash/index.vue +++ b/src/views/vab/lodash/index.vue @@ -7,7 +7,8 @@ type="primary" href="https://www.lodashjs.com/" target="_blank" - >lodashjs官网 + > + lodashjs官网
@@ -187,24 +188,24 @@ diff --git a/src/views/vab/magnifier/index.vue b/src/views/vab/magnifier/index.vue index e53063f..733b48a 100644 --- a/src/views/vab/magnifier/index.vue +++ b/src/views/vab/magnifier/index.vue @@ -24,12 +24,12 @@ diff --git a/src/views/vab/map/amap.vue b/src/views/vab/map/amap.vue index c3fd275..e202c64 100644 --- a/src/views/vab/map/amap.vue +++ b/src/views/vab/map/amap.vue @@ -7,21 +7,21 @@ diff --git a/src/views/vab/map/index.vue b/src/views/vab/map/index.vue index 32f6a51..a493949 100644 --- a/src/views/vab/map/index.vue +++ b/src/views/vab/map/index.vue @@ -5,111 +5,111 @@ diff --git a/src/views/vab/markdown/index.vue b/src/views/vab/markdown/index.vue index d264673..b073566 100644 --- a/src/views/vab/markdown/index.vue +++ b/src/views/vab/markdown/index.vue @@ -6,64 +6,63 @@ :key="index" :label="item.label" :value="item.value" - > - + >
diff --git a/src/views/vab/markdownEditor/index.vue b/src/views/vab/markdownEditor/index.vue index 44e0e0f..a8c5190 100644 --- a/src/views/vab/markdownEditor/index.vue +++ b/src/views/vab/markdownEditor/index.vue @@ -23,29 +23,29 @@ diff --git a/src/views/vab/more/index.vue b/src/views/vab/more/index.vue index a5e7149..852d2d1 100644 --- a/src/views/vab/more/index.vue +++ b/src/views/vab/more/index.vue @@ -8,8 +8,8 @@
开源版本 - 永久免费 个人/商业使用 + + 永久免费 个人/商业使用
@@ -21,8 +21,9 @@ 支持白嫖,也请给个star + 支持白嫖,也请给个star +
  • 提供讨论群专属文档,QQ群 972435319 @@ -36,9 +37,9 @@
    VIP群 - ¥100 + + ¥100 +
      @@ -56,9 +57,9 @@
      商业用途 完全自定义版权 - ¥299 + + ¥299 +
        @@ -78,38 +79,38 @@ diff --git a/src/views/vab/nested/menu1/menu1-1/index.vue b/src/views/vab/nested/menu1/menu1-1/index.vue index 35c8eef..4e4684b 100644 --- a/src/views/vab/nested/menu1/menu1-1/index.vue +++ b/src/views/vab/nested/menu1/menu1-1/index.vue @@ -1,13 +1,13 @@ diff --git a/src/views/vab/nested/menu1/menu1-1/menu1-1-1/index.vue b/src/views/vab/nested/menu1/menu1-1/menu1-1-1/index.vue index e35d3f3..6b2f87c 100644 --- a/src/views/vab/nested/menu1/menu1-1/menu1-1-1/index.vue +++ b/src/views/vab/nested/menu1/menu1-1/menu1-1-1/index.vue @@ -8,8 +8,8 @@
      diff --git a/src/views/vab/permissions/index.vue b/src/views/vab/permissions/index.vue index ba87dbf..54a95cf 100644 --- a/src/views/vab/permissions/index.vue +++ b/src/views/vab/permissions/index.vue @@ -14,8 +14,8 @@ - 切换权限 + + 切换权限 @@ -119,47 +119,50 @@ diff --git a/src/views/vab/player/index.vue b/src/views/vab/player/index.vue index ab2f81c..916a9f4 100644 --- a/src/views/vab/player/index.vue +++ b/src/views/vab/player/index.vue @@ -1,7 +1,7 @@ diff --git a/src/views/vab/qrCode/index.vue b/src/views/vab/qrCode/index.vue index 0c3593e..9579278 100644 --- a/src/views/vab/qrCode/index.vue +++ b/src/views/vab/qrCode/index.vue @@ -14,33 +14,33 @@ diff --git a/src/views/vab/smallComponents/index.vue b/src/views/vab/smallComponents/index.vue index f3a013b..5e3751b 100644 --- a/src/views/vab/smallComponents/index.vue +++ b/src/views/vab/smallComponents/index.vue @@ -20,7 +20,8 @@ style="float: right; padding: 3px 0;" type="text" @click="handleProfile" - >重载 + > + 重载
    diff --git a/src/views/vab/sticky/index.vue b/src/views/vab/sticky/index.vue index 589b557..4de9cf2 100644 --- a/src/views/vab/sticky/index.vue +++ b/src/views/vab/sticky/index.vue @@ -280,35 +280,35 @@ diff --git a/src/views/vab/table/components/TableEdit.vue b/src/views/vab/table/components/TableEdit.vue index a3b5243..aabae6f 100644 --- a/src/views/vab/table/components/TableEdit.vue +++ b/src/views/vab/table/components/TableEdit.vue @@ -21,55 +21,55 @@ diff --git a/src/views/vab/table/index.vue b/src/views/vab/table/index.vue index 051c0a1..579c70d 100644 --- a/src/views/vab/table/index.vue +++ b/src/views/vab/table/index.vue @@ -2,11 +2,11 @@
    - 添加 + + 添加 - 删除 + + 删除 baseMessage baseAlert @@ -29,7 +29,8 @@ type="primary" native-type="submit" @click="handleQuery" - >查询 + > + 查询 @@ -87,8 +88,8 @@ effect="dark" placement="top-start" > - {{ scope.row.status }} + + {{ scope.row.status }} @@ -106,11 +107,9 @@ fixed="right" > @@ -129,137 +128,137 @@ diff --git a/src/views/vab/table/inlineEditTable.vue b/src/views/vab/table/inlineEditTable.vue index e6aa360..322411c 100644 --- a/src/views/vab/table/inlineEditTable.vue +++ b/src/views/vab/table/inlineEditTable.vue @@ -66,44 +66,44 @@ diff --git a/src/views/vab/tree/index.vue b/src/views/vab/tree/index.vue index ea78822..67b4757 100644 --- a/src/views/vab/tree/index.vue +++ b/src/views/vab/tree/index.vue @@ -32,21 +32,24 @@ class="vab-tree-btn" title="添加" @click="() => append(node, data, 0)" - > + > + + + > + + + > + + @@ -85,9 +88,9 @@ > - + + + - - + + + + + + @@ -214,258 +221,258 @@ diff --git a/src/views/vab/upload/index.vue b/src/views/vab/upload/index.vue index 5d1c78e..f5c4cc9 100644 --- a/src/views/vab/upload/index.vue +++ b/src/views/vab/upload/index.vue @@ -1,6 +1,6 @@ diff --git a/src/views/vab/verify/index.vue b/src/views/vab/verify/index.vue index 43432c8..52fce2d 100644 --- a/src/views/vab/verify/index.vue +++ b/src/views/vab/verify/index.vue @@ -12,24 +12,24 @@ diff --git a/src/views/vab/webSocket/index.vue b/src/views/vab/webSocket/index.vue index e0650b0..b2b30cc 100644 --- a/src/views/vab/webSocket/index.vue +++ b/src/views/vab/webSocket/index.vue @@ -14,7 +14,7 @@ - 发送消息 + 发送消息 {{ data }} @@ -26,62 +26,62 @@