diff --git a/kcui/src/view/Book.vue b/kcui/src/view/Book.vue
index b62690f..1dd7108 100644
--- a/kcui/src/view/Book.vue
+++ b/kcui/src/view/Book.vue
@@ -94,7 +94,7 @@ export default {
},
goHome(){
- this.$router.push('/')
+ this.$router.push('/Graph')
},
goToCalculator() {
this.$router.push('/Calculator')
diff --git a/kcui/src/view/Graph.vue b/kcui/src/view/Graph.vue
index 13a278e..703df7d 100644
--- a/kcui/src/view/Graph.vue
+++ b/kcui/src/view/Graph.vue
@@ -301,7 +301,8 @@ export default {
}
},
mounted() {
- // this.doLogin();
+ this.testInfo();
+ this.getInfo();
}
}
diff --git a/kcui/src/view/Login.vue b/kcui/src/view/Login.vue
new file mode 100644
index 0000000..7809294
--- /dev/null
+++ b/kcui/src/view/Login.vue
@@ -0,0 +1,219 @@
+
+
+
+
+
+
+
+
+
+ style="width: 0.9vw;height:0.9vw;object-fit: contain;float: right;margin-top: 8%;" >
-
-
+