优化通道选择页面样式

This commit is contained in:
648540858
2022-01-17 09:41:43 +08:00
parent b7c16fe6ed
commit ad4afd9d67
4 changed files with 9 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
<el-upload
class="upload-box"
drag
action="debug/api/push/upload"
:action="uploadUrl"
name="file"
>
<i class="el-icon-upload"></i>
@@ -38,6 +38,7 @@ export default {
showDialog: false,
isLoging: false,
isEdit: false,
uploadUrl: "debug/api/push/upload",
};
},
methods: {