@@ -1,7 +1,7 @@
<template>
<div class="app-container">
- <img src="/favicon.svg" alt="">
- <div class="dot-wrapper dot-carousel" />
+ <img src="/favicon.svg" alt="" />
+ <div class="dot-wrapper dot-carousel"></div>
<h2>采美管理系统</h2>
</div>
</template>
@@ -81,7 +81,7 @@ export default {
async editKeyword(id) {
// 获取菜单详情
try {
- const res = await editKeyword(id)
+ const res = await editKeyword({ id: id })
this.form = { ...this.form, ...res.data }
} catch (error) {
console.log('error', error)