@@ -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 {
}
@@ -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/, ""),
},