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
de2b5a50
Commit
de2b5a50
authored
May 23, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式
parent
5491934a
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
2 additions
and
10 deletions
+2
-10
index.vue
src/views/business-approval/audit-apply/index.vue
+0
-1
splitDrawer.vue
...iness-approval/by-stages-apply/components/splitDrawer.vue
+0
-1
index.vue
src/views/business-approval/by-stages-apply/index.vue
+0
-1
index.vue
src/views/business-approval/reduction-apply/index.vue
+0
-1
returnModal.vue
...ess-approval/repayment-approve/components/returnModal.vue
+0
-1
returnModal.vue
src/views/property/case-detail/components/returnModal.vue
+0
-1
index.vue
src/views/property/case-detail/index.vue
+0
-2
vite.config.js
vite.config.js
+2
-2
No files found.
src/views/business-approval/audit-apply/index.vue
View file @
de2b5a50
...
...
@@ -428,7 +428,6 @@
font-size
:
14px
;
&
.label
{
background
:
#f6f8ff
;
font-weight
:
bold
;
color
:
#909399
;
}
}
...
...
src/views/business-approval/by-stages-apply/components/splitDrawer.vue
View file @
de2b5a50
...
...
@@ -836,7 +836,6 @@
&
.label
{
text-align
:
center
;
background
:
#f6f8ff
;
font-weight
:
bold
;
color
:
#909399
;
}
}
...
...
src/views/business-approval/by-stages-apply/index.vue
View file @
de2b5a50
...
...
@@ -472,7 +472,6 @@
font-size
:
14px
;
&
.label
{
background
:
#f6f8ff
;
font-weight
:
bold
;
color
:
#909399
;
}
}
...
...
src/views/business-approval/reduction-apply/index.vue
View file @
de2b5a50
...
...
@@ -408,7 +408,6 @@
font-size
:
14px
;
&
.label
{
background
:
#f6f8ff
;
font-weight
:
bold
;
color
:
#909399
;
}
}
...
...
src/views/business-approval/repayment-approve/components/returnModal.vue
View file @
de2b5a50
...
...
@@ -401,7 +401,6 @@
&
.label
{
width
:
160px
;
text-align
:
center
;
font-weight
:
bold
;
background
:
#f6f8ff
;
color
:
#909399
;
}
...
...
src/views/property/case-detail/components/returnModal.vue
View file @
de2b5a50
...
...
@@ -446,7 +446,6 @@
&
.label
{
width
:
160px
;
text-align
:
center
;
font-weight
:
bold
;
background
:
#f6f8ff
;
color
:
#909399
;
}
...
...
src/views/property/case-detail/index.vue
View file @
de2b5a50
...
...
@@ -1731,7 +1731,6 @@
&
.label
{
width
:
150px
;
text-align
:
center
;
font-weight
:
bold
;
background
:
#f6f8ff
;
color
:
#909399
;
}
...
...
@@ -1760,7 +1759,6 @@
&
.label
{
text-align
:
center
;
background
:
#f6f8ff
;
font-weight
:
bold
;
color
:
#909399
;
}
}
...
...
vite.config.js
View file @
de2b5a50
...
...
@@ -55,9 +55,9 @@ export default defineConfig(({ command, mode }) => {
port
:
VITE_PORT
,
proxy
:
{
'/api'
:
{
target
:
'http://192.168.31.187:8080'
,
//
target: 'http://192.168.31.187:8080',
// target: 'http://192.168.31.128:8080',
//
target: 'http://8.152.205.9:8080',
target
:
'http://8.152.205.9:8080'
,
ws
:
true
,
changeOrigin
:
true
,
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