linan 5 lat temu
rodzic
commit
78d343b2cd
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      src/views/Login/Login.vue
  2. 1 1
      src/views/index/charts/chart_b.vue

+ 1 - 1
src/views/Login/Login.vue

@@ -111,7 +111,7 @@ export default {
             reqOrganizationId({orgId: id}).then(res => {
                 this.isShowDialog = false;
                     //导航到 正式页面
-                    this.$router.replace("/Index");
+                    this.$router.replace("/home/Index");
             }).catch(err => {
                 if (err.errMsg) this.$message.error(err.errMsg);
                     else this.$message.error("服务器发生异常");

+ 1 - 1
src/views/index/charts/chart_b.vue

@@ -53,7 +53,7 @@ export default {
                 ],
                 series: [
                     {
-                        name: "直接访问",
+                        name: "数量",
                         type: "bar",
                         barWidth: "60%",
                         data: [52, 200, 334, 390, 330, 220],