Commit de2b5a50 authored by 沈翠玲's avatar 沈翠玲

样式

parent 5491934a
......@@ -428,7 +428,6 @@
font-size: 14px;
&.label {
background: #f6f8ff;
font-weight: bold;
color: #909399;
}
}
......
......@@ -836,7 +836,6 @@
&.label {
text-align: center;
background: #f6f8ff;
font-weight: bold;
color: #909399;
}
}
......
......@@ -472,7 +472,6 @@
font-size: 14px;
&.label {
background: #f6f8ff;
font-weight: bold;
color: #909399;
}
}
......
......@@ -408,7 +408,6 @@
font-size: 14px;
&.label {
background: #f6f8ff;
font-weight: bold;
color: #909399;
}
}
......
......@@ -401,7 +401,6 @@
&.label {
width: 160px;
text-align: center;
font-weight: bold;
background: #f6f8ff;
color: #909399;
}
......
......@@ -446,7 +446,6 @@
&.label {
width: 160px;
text-align: center;
font-weight: bold;
background: #f6f8ff;
color: #909399;
}
......
......@@ -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;
}
}
......
......@@ -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/, ''),
......
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