diff --git a/App.vue b/App.vue index 954c32b..4ba423e 100644 --- a/App.vue +++ b/App.vue @@ -45,9 +45,9 @@ export default { .content { display: flex; flex-direction: column; - background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('static/images/background/background.jpg'); + background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url('static/images/background/background.png'); background-size: cover; - // filter: opacity(50%); + //filter: opacity(50%); font-size: 36px; font-weight: 700; width: 360px; diff --git a/manifest.json b/manifest.json index 5b189d8..a69d283 100644 --- a/manifest.json +++ b/manifest.json @@ -68,7 +68,7 @@ "disableHostCheck" : true, "proxy" : { "/api" : { - "target" : "http://192.168.90.92:8888", + "target" : "http://192.168.0.31:8888", "pathRewrite" : { "^/api" : "" } diff --git a/pages/index/index.vue b/pages/index/index.vue index 87717d4..7860b54 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,11 +1,11 @@