Commit f72892d6 authored by “yiyousong”'s avatar “yiyousong”

fix: 修复办事指南加入大厅错误

parent 8a9b011d
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
<YUpload <YUpload
accept=".zip" accept=".zip"
:limit="1" :limit="1"
MB="100" :MB="100"
v-model="form.filePath" v-model="form.filePath"
@onSuccess="appUpload" @onSuccess="appUpload"
> >
......
...@@ -51,6 +51,7 @@ module.exports = { ...@@ -51,6 +51,7 @@ module.exports = {
info: `${BASE_URL}/base/site/matter/info`, info: `${BASE_URL}/base/site/matter/info`,
save: `${BASE_URL}/base/site/matter/save`, save: `${BASE_URL}/base/site/matter/save`,
delete: `${BASE_URL}/base/site/matter/delete`, delete: `${BASE_URL}/base/site/matter/delete`,
batchSave: `${BASE_URL}/base/site/matter/batchSave`,
}, },
// 业务 // 业务
business: { business: {
......
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