xiaodai2022 2 yıl önce
ebeveyn
işleme
baecedb0ed

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/index.html


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/app.0b8fabee.js


BIN
dist/static/js/app.0b8fabee.js.gz


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/app.134d81fc.js


BIN
dist/static/js/app.134d81fc.js.gz


+ 3 - 3
src/store/modules/user.js

@@ -97,9 +97,9 @@ const actions = {
         .then((response) => {
           const { code, data } = response;
           if (code === 0) {
-            alert(JSON.stringify(data))
-            const { token, userinfo } = data;
-            const { id } = userinfo;
+            // alert(JSON.stringify(data))
+            const { token, id } = data;
+            // const { id } = userinfo;
             commit("SET_TOKEN", token);
             setToken(token);
             commit("SET_USER_ID", id);

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor