Browse Source

fix: 全局样式调整

周玉环 2 days ago
parent
commit
8add6923a2
2 changed files with 4 additions and 4 deletions
  1. 2 2
      xinkeaboard-web/components/FooterBottom.vue
  2. 2 2
      xinkeaboard-web/nuxt.config.ts

+ 2 - 2
xinkeaboard-web/components/FooterBottom.vue

@@ -237,12 +237,12 @@ getCopyrightData();
       box-sizing: border-box;
       padding: 0 7px;
       border-right: 1px solid rgba(255, 255, 255, 0.4);
-      color: #333;
+      color: #fff;
       line-height: 19px;
       cursor: pointer;
 
       a {
-        color: #333;
+        color: #fff;
       }
     }
   }

+ 2 - 2
xinkeaboard-web/nuxt.config.ts

@@ -62,8 +62,8 @@ export default defineNuxtConfig({
     server: {
       proxy: {
         "/api": {
-          // target: 'http://54.46.9.88:8001/',
-          target: "http://xinke-alb-1217859923.ap-southeast-1.elb.amazonaws.com:18001",
+          target: 'http://54.46.9.88:8001/',
+          // target: "http://xinke-alb-1217859923.ap-southeast-1.elb.amazonaws.com:18001",
           changeOrigin: true,
           rewrite: (path) => path.replace(/^\/api/, ""),
         },