This commit is contained in:
parent
23bdfe1d97
commit
d898d299ed
@ -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: { '^': '' },
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user