fix:更新
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m38s

This commit is contained in:
Your Name 2026-02-09 13:33:46 +08:00
parent 23bdfe1d97
commit d898d299ed
4 changed files with 5 additions and 4 deletions

View File

@ -17,8 +17,8 @@ export default defineConfig({
}, },
proxy: { proxy: {
'/api/': { '/api/': {
// target: 'http://10.39.13.78:8001/', target: 'http://10.39.13.78:8001/',
target: 'https://test-company.linyikj.com.cn/', // target: 'https://test-company.linyikj.com.cn/',
// target: 'https://company.linyikj.com.cn/', // target: 'https://company.linyikj.com.cn/',
changeOrigin: true, changeOrigin: true,
pathRewrite: { '^': '' }, pathRewrite: { '^': '' },

View File

@ -164,6 +164,7 @@
margin-bottom: 8px; margin-bottom: 8px;
font-size: 16px; font-size: 16px;
color: #1f2937; color: #1f2937;
white-space: nowrap;
} }
> div:last-child { > div:last-child {

View File

@ -8,7 +8,7 @@
background-color: #fff; background-color: #fff;
padding: 20px; padding: 20px;
border-radius: 8px; border-radius: 8px;
height: 92vh; min-height: 92vh;
} }
.work_card_number { .work_card_number {
color: #333333; color: #333333;

View File

@ -5,7 +5,7 @@ export default function Login() {
<div> <div>
<MyLoginPage /> <MyLoginPage />
<div className="filing_info"> <div className="filing_info">
| |
<a <a
href="https://beian.miit.gov.cn/#/Integrated/index" href="https://beian.miit.gov.cn/#/Integrated/index"
target="_blank" target="_blank"