yc-ui2 0.1.2-beta21 → 0.1.2-beta23
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/dist/yc-ui2.common.js +20 -115
- package/dist/yc-ui2.common.js.map +1 -1
- package/dist/yc-ui2.css +1 -1
- package/dist/yc-ui2.umd.js +20 -115
- package/dist/yc-ui2.umd.js.map +1 -1
- package/dist/yc-ui2.umd.min.js +1 -1
- package/dist/yc-ui2.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/App.vue +6 -17
- package/dist/img/1.8e585a4b.jpg +0 -0
- package/dist/img/2.52192bf1.jpg +0 -0
- package/dist/img/3.4627edc5.jpg +0 -0
- package/dist/img/4.00b9b96d.jpg +0 -0
- package/dist/img/5.00adbac5.jpg +0 -0
- package/dist/img/6.fec4cf56.jpg +0 -0
- package/dist/img/7.2d4c9f56.jpg +0 -0
- package/dist/img/8.63e261ca.jpg +0 -0
- package/dist/img/chatTop.aa23e4d0.png +0 -0
- package/src/assets/images/ca/ca-bg.png +0 -0
- package/src/assets/images/ca/ca-download.png +0 -0
- package/src/assets/images/ca/caBg.png +0 -0
- package/src/assets/images/ca/login-btn-bg.png +0 -0
- package/src/assets/images/ca/password.jpg +0 -0
- package/src/assets/images/ca/password.png +0 -0
- package/src/assets/images/ca/refresh.png +0 -0
package/package.json
CHANGED
package/src/App.vue
CHANGED
@@ -46,23 +46,12 @@ export default {
|
|
46
46
|
},
|
47
47
|
methods: {
|
48
48
|
login(value, back) {
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
// .catch(() => {
|
56
|
-
// this.loading = false
|
57
|
-
// })
|
58
|
-
// this.$store
|
59
|
-
// .dispatch("CALogin", this.loginForm)
|
60
|
-
// .then(() => {
|
61
|
-
// this.$router.push({ path: this.redirect || "/" }).catch(() => {})
|
62
|
-
// })
|
63
|
-
// .catch(() => {
|
64
|
-
// this.loading = false
|
65
|
-
// })
|
49
|
+
this.$store
|
50
|
+
.dispatch("CALogin", value)
|
51
|
+
.then(() => {
|
52
|
+
this.$router.push({ path: this.redirect || "/" }).catch(() => {})
|
53
|
+
})
|
54
|
+
.finally(() => back(value))
|
66
55
|
},
|
67
56
|
},
|
68
57
|
}
|
package/dist/img/1.8e585a4b.jpg
DELETED
Binary file
|
package/dist/img/2.52192bf1.jpg
DELETED
Binary file
|
package/dist/img/3.4627edc5.jpg
DELETED
Binary file
|
package/dist/img/4.00b9b96d.jpg
DELETED
Binary file
|
package/dist/img/5.00adbac5.jpg
DELETED
Binary file
|
package/dist/img/6.fec4cf56.jpg
DELETED
Binary file
|
package/dist/img/7.2d4c9f56.jpg
DELETED
Binary file
|
package/dist/img/8.63e261ca.jpg
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|