Skip to content

Commit 529a821

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 470fb23 + 9b09304 commit 529a821

File tree

6 files changed

+41
-38
lines changed

6 files changed

+41
-38
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
| 框架 | 说明 | 版本 |
4040
|----------------------------------------------------------------------|------------------|--------|
4141
| [Vue](https://staging-cn.vuejs.org/) | Vue 框架 | 3.3.4 |
42-
| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 4.4.9 |
42+
| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 4.4.11 |
4343
| [Element Plus](https://element-plus.org/zh-CN/) | Element Plus | 2.3.14 |
4444
| [TypeScript](https://www.typescriptlang.org/docs/) | JavaScript 的超集 | 5.2.2 |
4545
| [pinia](https://pinia.vuejs.org/) | Vue 存储库 替代 vuex5 | 2.1.6 |
46-
| [vueuse](https://vueuse.org/) | 常用工具集 | 10.4.1 |
47-
| [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化 | 9.4.1 |
46+
| [vueuse](https://vueuse.org/) | 常用工具集 | 10.5.0 |
47+
| [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化 | 9.5.1 |
4848
| [vue-router](https://router.vuejs.org/) | Vue 路由 | 4.2.5 |
49-
| [unocss](https://uno.antfu.me/) | 原子 css | 0.56.1 |
49+
| [unocss](https://uno.antfu.me/) | 原子 css | 0.56.5 |
5050
| [iconify](https://icon-sets.iconify.design/) | 在线图标库 | 3.1.1 |
5151
| [wangeditor](https://www.wangeditor.com/) | 富文本编辑器 | 5.1.23 |
5252

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@
3131
"@form-create/element-ui": "^3.1.24",
3232
"@iconify/iconify": "^3.1.1",
3333
"@videojs-player/vue": "^1.0.0",
34-
"@vueuse/core": "^10.4.1",
34+
"@vueuse/core": "^10.5.0",
3535
"@wangeditor/editor": "^5.1.23",
3636
"@wangeditor/editor-for-vue": "^5.1.10",
3737
"@zxcvbn-ts/core": "^3.0.4",
3838
"animate.css": "^4.1.1",
39-
"axios": "^1.5.0",
39+
"axios": "^1.5.1",
4040
"benz-amr-recorder": "^1.1.5",
4141
"bpmn-js-token-simulation": "^0.10.0",
4242
"camunda-bpmn-moddle": "^7.0.1",
4343
"cropperjs": "^1.6.1",
4444
"crypto-js": "^4.1.1",
4545
"dayjs": "^1.11.10",
46-
"diagram-js": "^12.3.0",
46+
"diagram-js": "^12.4.0",
4747
"echarts": "^5.4.3",
4848
"echarts-wordcloud": "^2.1.0",
4949
"element-plus": "2.3.14",
50-
"fast-xml-parser": "^4.3.0",
51-
"highlight.js": "^11.8.0",
50+
"fast-xml-parser": "^4.3.2",
51+
"highlight.js": "^11.9.0",
5252
"intro.js": "^7.2.0",
5353
"jsencrypt": "^3.3.2",
5454
"lodash-es": "^4.17.21",
@@ -63,71 +63,71 @@
6363
"video.js": "^7.21.5",
6464
"vue": "^3.3.4",
6565
"vue-dompurify-html": "^4.1.4",
66-
"vue-i18n": "^9.4.1",
66+
"vue-i18n": "^9.5.0",
6767
"vue-router": "^4.2.5",
6868
"vue-types": "^5.1.1",
6969
"vuedraggable": "^4.1.0",
7070
"web-storage-cache": "^1.1.1",
7171
"xml-js": "^1.6.11"
7272
},
7373
"devDependencies": {
74-
"@commitlint/cli": "^17.7.1",
74+
"@commitlint/cli": "^17.7.2",
7575
"@commitlint/config-conventional": "^17.7.0",
76-
"@iconify/json": "^2.2.119",
77-
"@intlify/unplugin-vue-i18n": "^1.2.0",
76+
"@iconify/json": "^2.2.128",
77+
"@intlify/unplugin-vue-i18n": "^1.4.0",
7878
"@purge-icons/generated": "^0.9.0",
79-
"@types/intro.js": "^5.1.1",
79+
"@types/intro.js": "^5.1.2",
8080
"@types/lodash-es": "^4.17.9",
81-
"@types/node": "^20.6.0",
82-
"@types/nprogress": "^0.2.0",
81+
"@types/node": "^20.8.5",
82+
"@types/nprogress": "^0.2.1",
8383
"@types/qrcode": "^1.5.2",
8484
"@types/qs": "^6.9.8",
85-
"@typescript-eslint/eslint-plugin": "^6.7.2",
86-
"@typescript-eslint/parser": "^6.7.2",
87-
"@unocss/transformer-variant-group": "^0.56.1",
88-
"@unocss/eslint-config": "^0.56.1",
85+
"@typescript-eslint/eslint-plugin": "^6.7.5",
86+
"@typescript-eslint/parser": "^6.7.5",
87+
"@unocss/transformer-variant-group": "^0.56.5",
88+
"@unocss/eslint-config": "^0.56.5",
8989
"@vitejs/plugin-legacy": "^4.1.1",
90-
"@vitejs/plugin-vue": "^4.3.4",
90+
"@vitejs/plugin-vue": "^4.4.0",
9191
"@vitejs/plugin-vue-jsx": "^3.0.2",
92-
"@vue-macros/volar": "^0.14.3",
92+
"@vue-macros/volar": "^0.17.0",
9393
"autoprefixer": "^10.4.16",
9494
"bpmn-js": "8.9.0",
9595
"bpmn-js-properties-panel": "0.46.0",
9696
"consola": "^3.2.3",
97-
"eslint": "^8.49.0",
97+
"eslint": "^8.51.0",
9898
"eslint-config-prettier": "^9.0.0",
99-
"eslint-define-config": "^1.23.0",
100-
"eslint-plugin-prettier": "^5.0.0",
99+
"eslint-define-config": "^1.24.1",
100+
"eslint-plugin-prettier": "^5.0.1",
101101
"eslint-plugin-vue": "^9.17.0",
102102
"lint-staged": "^14.0.1",
103-
"postcss": "^8.4.30",
103+
"postcss": "^8.4.31",
104104
"postcss-html": "^1.5.0",
105-
"postcss-scss": "^4.0.8",
105+
"postcss-scss": "^4.0.9",
106106
"prettier": "^3.0.3",
107-
"rimraf": "^5.0.1",
107+
"rimraf": "^5.0.5",
108108
"rollup": "^3.29.2",
109-
"sass": "^1.68.0",
109+
"sass": "^1.69.3",
110110
"stylelint": "^15.10.3",
111111
"stylelint-config-html": "^1.1.0",
112112
"stylelint-config-recommended": "^13.0.0",
113113
"stylelint-config-standard": "^34.0.0",
114114
"stylelint-order": "^6.0.3",
115-
"terser": "^5.20.0",
115+
"terser": "^5.21.0",
116116
"typescript": "5.2.2",
117-
"unocss": "^0.56.1",
117+
"unocss": "^0.56.5",
118118
"unplugin-auto-import": "^0.16.6",
119119
"unplugin-element-plus": "^0.8.0",
120120
"unplugin-vue-components": "^0.25.2",
121-
"vite": "4.4.9",
121+
"vite": "4.4.11",
122122
"vite-plugin-compression": "^0.5.1",
123123
"vite-plugin-ejs": "^1.6.4",
124124
"vite-plugin-eslint": "^1.8.1",
125125
"vite-plugin-progress": "^0.0.7",
126126
"vite-plugin-purge-icons": "^0.9.2",
127127
"vite-plugin-svg-icons": "^2.0.1",
128128
"vite-plugin-top-level-await": "^1.3.1",
129-
"vue-eslint-parser": "^9.3.1",
130-
"vue-tsc": "^1.8.13"
129+
"vue-eslint-parser": "^9.3.2",
130+
"vue-tsc": "^1.8.19"
131131
},
132132
"license": "MIT",
133133
"repository": {

src/utils/routerHelper.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ export const generateRoute = (routes: AppCustomRouteRecordRaw[]): AppRouteRecord
9393
meta.alwaysShow = true
9494
const childrenData: AppRouteRecordRaw = {
9595
path: '',
96-
name: toCamelCase(route.path, true),
96+
name:
97+
route.componentName && route.componentName.length > 0
98+
? route.componentName
99+
: toCamelCase(route.path, true),
97100
redirect: route.redirect,
98101
meta: meta
99102
}

src/views/mall/trade/brokerage/withdraw/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<el-image
123123
v-if="scope.row.accountQrCodeUrl"
124124
:src="scope.row.accountQrCodeUrl"
125-
class="w-40px h-40px"
125+
class="h-40px w-40px"
126126
:preview-src-list="[scope.row.accountQrCodeUrl]"
127127
preview-teleported
128128
/>

src/views/mall/trade/config/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<el-form-item label="退款理由" prop="afterSaleRefundReasons">
1717
<el-select
1818
v-model="formData.afterSaleRefundReasons"
19-
allow-create
2019
filterable
2120
multiple
21+
allow-create
2222
placeholder="请直接输入退款理由"
2323
>
2424
<el-option

src/views/member/user/detail/UserOrderList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<div class="flex items-center">
193193
<el-image
194194
:src="row.picUrl"
195-
class="w-30px h-30px mr-10px"
195+
class="mr-10px h-30px w-30px"
196196
@click="imagePreview(row.picUrl)"
197197
/>
198198
<span class="mr-10px">{{ row.spuName }}</span>

0 commit comments

Comments
 (0)