Skip to content

Commit b1a51cd

Browse files
committed
refactor🎨:修改版本号,修正字典跳转问题
1 parent 5d3dbb5 commit b1a51cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go-admin",
3-
"version": "2.0.0-bate.3",
3+
"version": "2.0.0-beta.5",
44
"description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
55
"author": "https://github.com/wenjianzhang",
66
"license": "MIT",

Diff for: src/views/admin/dict/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<el-table-column label="字典名称" align="center" prop="dictName" :show-overflow-tooltip="true" />
9494
<el-table-column label="字典类型" align="center" :show-overflow-tooltip="true">
9595
<template slot-scope="scope">
96-
<router-link :to="{name:'DictData', params: {dictId:scope.row.id}}" class="link-type">
96+
<router-link :to="{name:'SysDictDataManage', params: {dictId:scope.row.id}}" class="link-type">
9797
<span>{{ scope.row.dictType }}</span>
9898
</router-link>
9999
</template>

0 commit comments

Comments
 (0)