소스 검색

:twisted_rightwards_arrows: 合并luckly 同学前端分支

冷冷 6 년 전
부모
커밋
5c800d5a75
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      package.json
  2. 1 1
      src/page/login/thirdlogin.vue
  3. 1 1
      src/views/admin/user/info.vue

+ 1 - 1
package.json

@@ -10,7 +10,7 @@
   },
   "dependencies": {
     "@xkeshi/vue-qrcode": "^1.0.0",
-    "avue-plugin-formdesign": "^1.0.0",
+    "avue-plugin-formdesign": "^1.0.1",
     "axios": "^0.18.0",
     "babel-polyfill": "^6.26.0",
     "classlist-polyfill": "^1.2.0",

+ 1 - 1
src/page/login/thirdlogin.vue

@@ -67,7 +67,7 @@ export default {
         const client_id = '101322838'
         url = `https://graph.qq.com/oauth2.0/authorize?response_type=code&state=QQ-LOGIN&client_id=${client_id}&redirect_uri=${redirect_uri}`
       } else if (thirdpart === 'gitee') {
-        const client_id = 'c771eff6cf10c5353bc60eaf0c4a265ebdb91750e2fc844b61dbf75ace702723'
+        const client_id = '235ce26bbc59565b82c989aa3a407ce844cf59a7c5e0f9caa9bb3bf32cee5952'
         url = `https://gitee.com/oauth/authorize?response_type=code&client_id=${client_id}&state=GITEE-LOGIN&redirect_uri=${redirect_uri}`
       } else if (thirdpart === 'osc') {
         const client_id = 'uLJ41IGu7qAGmzSVHwF4'

+ 1 - 1
src/views/admin/user/info.vue

@@ -243,7 +243,7 @@ export default {
         client_id = '101322838'
         url = 'https://graph.qq.com/oauth2.0/authorize?response_type=code&state=QQ-BIND&client_id=' + client_id + '&redirect_uri=' + redirect_uri
       } else if (thirdpart === 'gitee') {
-        client_id = '8fc54e0e76e7842cf767c3ae3b9fdc48c03cefed27aa565ff7b2a39d142d9892'
+        client_id = '235ce26bbc59565b82c989aa3a407ce844cf59a7c5e0f9caa9bb3bf32cee5952'
         url = 'https://gitee.com/oauth/authorize?response_type=code&state=GITEE-BIND&client_id=' + client_id + '&redirect_uri=' + redirect_uri
       } else if (thirdpart === 'osc') {
         client_id = 'neIIqlwGsjsfsA6uxNqD'