Skip to content

Commit

Permalink
修改界面
Browse files Browse the repository at this point in the history
  • Loading branch information
upliveapp committed Jun 26, 2020
1 parent 9f762af commit 39ba700
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/layouts/Basic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a-layout-header class="header">
<div class="logo"/>
<a-menu theme="dark" mode="horizontal" :defaultSelectedKeys="[selectedKeys]" :style="{ lineHeight: '64px' }" @click="click">
<a-menu-item key="configurator">配置</a-menu-item>
<a-menu-item key="configurator">配置中心</a-menu-item>
</a-menu>
</a-layout-header>
<a-layout>
Expand All @@ -15,7 +15,7 @@
<span slot="title">
<a-icon type="user"/>管理</span>
<a-menu-item key=":pages:configurator:manager:list"><a-icon type="unordered-list"/>列表</a-menu-item>
<a-menu-item key=":pages:configurator:manager:save"><a-icon type="save"/>保存</a-menu-item>
<a-menu-item key=":pages:configurator:manager:save"><a-icon type="save"/>新建</a-menu-item>
</a-sub-menu>
</a-menu>
</a-layout-sider>
Expand All @@ -34,7 +34,7 @@
</template>
<script>
const dict = {
['configurator']: '配置',
['configurator']: '配置中心',
['manager']: '管理',
[':pages:configurator:manager:list']: '列表',
[':pages:configurator:manager:save']: '保存',
Expand Down

0 comments on commit 39ba700

Please sign in to comment.