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
d8920e5d
Commit
d8920e5d
authored
Oct 30, 2024
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 优化部门管理
parent
5ccf12d5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
base-manager-ui/admin/src/components/YUpload.vue
base-manager-ui/admin/src/components/YUpload.vue
+1
-1
base-manager-ui/admin/src/pages/basicset/dept/addWindowMatter.vue
...ager-ui/admin/src/pages/basicset/dept/addWindowMatter.vue
+3
-1
base-manager-ui/admin/vue.config.js
base-manager-ui/admin/vue.config.js
+6
-2
No files found.
base-manager-ui/admin/src/components/YUpload.vue
View file @
d8920e5d
...
...
@@ -94,7 +94,7 @@ export default {
},
action
:
{
type
:
String
,
default
:
"
/
api/
base/file/commonupload
"
,
default
:
"
/base/file/commonupload
"
,
},
},
...
...
base-manager-ui/admin/src/pages/basicset/dept/addWindowMatter.vue
View file @
d8920e5d
...
...
@@ -296,6 +296,8 @@ export default {
// 站点事项搜索
onSearchMatter
()
{
this
.
siteMatterTable
.
page
=
1
;
this
.
matterKeys
=
[];
this
.
matterRows
=
[];
this
.
getSiteMatterData
();
},
// 获取窗口事项列表
...
...
@@ -408,7 +410,7 @@ export default {
let
{
code
,
msg
}
=
res
.
data
;
if
(
code
===
1
)
{
_this
.
$message
.
success
(
msg
);
this
.
allDel
=
[]
;
this
.
allDel
=
""
;
_this
.
getWindowmatterData
();
}
},
...
...
base-manager-ui/admin/vue.config.js
View file @
d8920e5d
...
...
@@ -31,8 +31,8 @@ const assetsCDN = {
],
};
const
BundleAnalyzerPlugin
=
require
(
"
webpack-bundle-analyzer
"
)
.
BundleAnalyzerPlugin
;
const
BundleAnalyzerPlugin
=
require
(
"
webpack-bundle-analyzer
"
)
.
BundleAnalyzerPlugin
;
module
.
exports
=
{
publicPath
:
"
./
"
,
outputDir
:
"
dist
"
,
...
...
@@ -49,6 +49,10 @@ module.exports = {
},
// cookieDomainRewrite: 'localhost',
},
"
/base
"
:
{
target
:
process
.
env
.
VUE_APP_API_BASE_URL
,
changeOrigin
:
true
,
},
"
/file
"
:
{
//此处要与 /services/api.js 中的 API_PROXY_PREFIX 值保持一致
target
:
process
.
env
.
VUE_APP_API_BASE_URL
,
...
...
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