Renxy 1 год назад
Родитель
Сommit
adc77a71b2
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      .umirc.ts
  2. 1 1
      src/pages/Home/index.less

+ 1 - 1
.umirc.ts

@@ -27,7 +27,7 @@ export default defineConfig({
   proxy: {
     '/api': {
       // target: 'http://47.96.12.136:8888/',
-      target: 'http://47.96.12.136:8888/',
+      target: 'http://47.96.12.136:8788/',
       // target: 'http://120.55.44.4:8903/',
       // target: 'https://work.greentech.com.cn/',
       changeOrigin: true,

+ 1 - 1
src/pages/Home/index.less

@@ -4,7 +4,7 @@
   align-items: center;
   height: 100vh;
   width: 100%;
-  padding-top: 300px;
+  padding-top: 100px;
 }
 .box {
   background: url('@/assets/home-box-bg.png') no-repeat center;