Browse Source

小改动

冯诚 2 years ago
parent
commit
71e3769ba2
2 changed files with 4 additions and 1 deletions
  1. 1 1
      src/service/request.ts
  2. 3 0
      src/style/login.scss

+ 1 - 1
src/service/request.ts

@@ -1,7 +1,7 @@
 import axios, { AxiosRequestConfig, Canceler } from 'axios'
 import Toast from '@/components/toast'
 
-export const netErrMsg = '系统开小差了,请稍候再试'
+export const netErrMsg = 'Network Error'
 
 interface RequestConfig extends AxiosRequestConfig {
   contentType?: 'json' | 'form'

+ 3 - 0
src/style/login.scss

@@ -97,6 +97,9 @@
     cursor: pointer;
     &:nth-child(1) {
       background-image: url(@img/google.png);
+      > :first-child {
+        opacity: 0;
+      }
     }
     &:nth-child(2) {
       background-image: url(@img/facebook.png);