@@ -208,4 +208,8 @@ yarn build
### todo list
- [ ] 商品管理 增加选项:是否支持存酒
-- [ ] 存酒管理:商品名称改成支持模糊搜索
+- [ ] 存酒管理:商品名称改成支持模糊搜索
+- [ ] 预定:座位模版名称搜索出错
+- [ ] 未来7天排座:排座顺序,倒序
+- [ ] 点歌记录:无测试数据
+- [ ] 赞赏记录:无测试数据
@@ -2,7 +2,7 @@
<div class="upload-wrapper">
<el-upload
class="avatar-uploader"
- action="/api/uploadFile"
+ action="/api/auth/uploadFile"
accept="image/*"
:show-file-list="false"
:headers="header"
@@ -96,7 +96,6 @@ export default {
},
methods: {
openTreeNode (obj, node) {
- console.log({ node1: node })
this.openTreeNodeArr.push(node.key)
closeTreeNode (obj, node) {