Commit 2a9c2ab2 authored by liwei's avatar liwei

移动了切换菜单的顺序

parent 7d57c20a
......@@ -35,15 +35,15 @@
<a-button type="primary" @click="handleSelect(1)" style="margin-right: 10px">{{
t('layout.header.model1')
}}</a-button>
<a-button type="primary" @click="handleSelect(4)" style="margin-right: 10px">{{
t('layout.header.model4')
}}</a-button>
<a-button type="primary" @click="handleSelect(2)" style="margin-right: 10px">{{
t('layout.header.model2')
}}</a-button>
<a-button type="primary" @click="handleSelect(3)" style="margin-right: 10px">{{
t('layout.header.model3')
}}</a-button>
<a-button type="primary" @click="handleSelect(4)" style="margin-right: 10px">{{
t('layout.header.model4')
}}</a-button>
<a-button type="primary" @click="handleSelect(6)" style="margin-right: 10px">{{
t('layout.header.model5')
}}</a-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment