瀏覽代碼

小改动

冯诚 2 年之前
父節點
當前提交
71e3769ba2
共有 2 個文件被更改,包括 4 次插入1 次删除
  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);