mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
--fix bug
This commit is contained in:
@@ -128,8 +128,7 @@
|
||||
<a-select-option :value="3">闯关模式</a-select-option>
|
||||
</a-select> -->
|
||||
<unlock-mode :routerInfo="routerInfo.routerInfo" :types="types">
|
||||
<a-button type="primary" size="large" style="border-radius: 8px;margin-left: 24px;">切换模式
|
||||
</a-button>
|
||||
<a-button type="primary" size="large" style="border-radius: 8px;margin-left: 24px;">切换模式</a-button>
|
||||
</unlock-mode>
|
||||
</div>
|
||||
<div class="line"></div>
|
||||
@@ -254,7 +253,7 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
" :title="element.creater">
|
||||
" :title="element.name">
|
||||
{{ element.name }}
|
||||
</div>
|
||||
<div style="width: 120px; text-align: center">
|
||||
@@ -610,7 +609,7 @@ const temporaryStorage = async () => {
|
||||
const submitStorage = async () => {
|
||||
confirmLoading.value = true
|
||||
await releaseRouter(routerId)
|
||||
message.success("关卡和任务数据已保存,将返回上一页")
|
||||
message.success("关卡和任务数据已保存")
|
||||
confirmLoading.value = false
|
||||
};
|
||||
//取消
|
||||
|
||||
Reference in New Issue
Block a user