瀏覽代碼

1、修改获取二维码问题

zhoux 1 年之前
父節點
當前提交
f4dcc221d4
共有 2 個文件被更改,包括 5 次插入4 次删除
  1. 1 0
      package.json
  2. 4 4
      src/api/system/user/login.js

+ 1 - 0
package.json

@@ -65,6 +65,7 @@
     "vue-plugin-hiprint": "0.0.56",
     "vue-printjs": "^1.0.0",
     "vue-property-decorator": "^9.1.2",
+    "vue-quill-editor": "^3.0.6",
     "vue-router": "3.0.0",
     "vue-tour": "^2.0.0",
     "vuedraggable": "^2.24.3",

+ 4 - 4
src/api/system/user/login.js

@@ -983,10 +983,10 @@ export const restoreTrash = msg_id => {
  * @date   : 2024-02-20 09:38
  */
 export const getQrCode = uuid => {
-  return request(`oauth-server/oauth/qrcode?uuid=${uuid}`)
-  // return request('oauth-server/oauth/qrcode', {
-  //   uuid: uuid
-  // })
+  // return request(`oauth-server/oauth/qrcode?uuid=${uuid}`)
+  return request('oauth-server/oauth/qrcode', {
+    uuid: uuid
+  })
 }
 
 /**