diff --git a/dist/index.html b/dist/index.html index 4016ff2..fd98fee 100644 --- a/dist/index.html +++ b/dist/index.html @@ -9,4 +9,4 @@ 'font-size:12px;color:#999999;', (new Date).getFullYear()); } catch (e) { - }
\ No newline at end of file + }
\ No newline at end of file diff --git a/dist/service-worker.js b/dist/service-worker.js index 75310da..c6008a0 100644 --- a/dist/service-worker.js +++ b/dist/service-worker.js @@ -14,7 +14,7 @@ importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js"); importScripts( - "/precache-manifest.c4a80404a0ebbc914c1952be805be955.js" + "/precache-manifest.fc70ba8b2b3e40a945878bb1c4773a46.js" ); workbox.core.setCacheNameDetails({prefix: "cherry"}); diff --git a/src/axios/fetch.js b/src/axios/fetch.js index 0c76174..34dd364 100644 --- a/src/axios/fetch.js +++ b/src/axios/fetch.js @@ -4,9 +4,9 @@ export const api = axios.create({ // baseURL: 'https://beta.powerrain.cn/api/', // baseURL: 'https://coc.powerrain.cn/api/', // baseURL: window.location.origin + '/api/', - //baseURL: 'https://cherry.lacus.site' + '/api/', + baseURL: 'https://cherry.lacus.site' + '/api/', //baseURL: 'http://127.0.0.1:5000/api', - baseURL: 'http://localhost:7980/api', + // baseURL: 'http://localhost:7980/api', headers: { //'Content-Type': 'application/x-www-form-urlencoded', //'Accept': 'application/json', diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue index cb17591..52fe919 100644 --- a/src/views/Login/Login.vue +++ b/src/views/Login/Login.vue @@ -341,7 +341,7 @@ export default { } .login-box { width: 85%; - height: 8.5rem; + height: 10.5rem; background: #fff; margin: 0 auto; margin-top: -1rem;