Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
f72892d6
Commit
f72892d6
authored
Nov 05, 2024
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复办事指南加入大厅错误
parent
8a9b011d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
base-manager-ui/admin/src/pages/basicset/appmarket/modal/AddApp.vue
...er-ui/admin/src/pages/basicset/appmarket/modal/AddApp.vue
+1
-1
base-manager-ui/admin/src/services/basicsetApi.js
base-manager-ui/admin/src/services/basicsetApi.js
+1
-0
No files found.
base-manager-ui/admin/src/pages/basicset/appmarket/modal/AddApp.vue
View file @
f72892d6
...
@@ -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"
>
>
...
...
base-manager-ui/admin/src/services/basicsetApi.js
View file @
f72892d6
...
@@ -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
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment