Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
yishuju-ui
Commits
07b04030
Commit
07b04030
authored
May 26, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化代码
parent
8144298d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
tagModal.vue
src/views/property/case-manage/components/tagModal.vue
+2
-1
tagModal.vue
src/views/workplace/case/components/tagModal.vue
+2
-1
vite.config.js
vite.config.js
+1
-1
No files found.
src/views/property/case-manage/components/tagModal.vue
View file @
07b04030
...
...
@@ -138,7 +138,8 @@
}
listTags
().
then
(
res
=>
{
if
(
res
.
success
)
{
tagOpt
.
value
=
res
.
result
if
(
!
res
.
result
)
res
.
result
=
[]
tagOpt
.
value
=
res
.
result
.
filter
(
v
=>
v
)
}
})
};
...
...
src/views/workplace/case/components/tagModal.vue
View file @
07b04030
...
...
@@ -138,7 +138,8 @@
}
listTags
().
then
(
res
=>
{
if
(
res
.
success
)
{
tagOpt
.
value
=
res
.
result
if
(
!
res
.
result
)
res
.
result
=
[]
tagOpt
.
value
=
res
.
result
.
filter
(
v
=>
v
)
}
})
};
...
...
vite.config.js
View file @
07b04030
...
...
@@ -59,7 +59,7 @@ export default defineConfig(({ command, mode }) => {
// target: 'http://192.168.31.128:8080',
target
:
'http://8.152.205.9:8080'
,
ws
:
true
,
changeOrigin
:
tru
e
,
changeOrigin
:
fals
e
,
rewrite
:
(
path
)
=>
path
.
replace
(
/^
\/
api/
,
''
),
},
},
...
...
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