diff --git a/src/router/index.js b/src/router/index.js
index 5d00f4e..f2adf33 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -4,10 +4,10 @@ import VueRouter from "vue-router";
Vue.use(VueRouter);
const routes = [
- {
- path: "/",
- redirect: "/realTimeMonitor",
- },
+ // {
+ // path: "/",
+ // redirect: "/realTimeMonitor",
+ // },
{
path: "/",
component: () =>
diff --git a/src/views/Login.vue b/src/views/Login.vue
index 6134f1c..0079294 100644
--- a/src/views/Login.vue
+++ b/src/views/Login.vue
@@ -99,7 +99,7 @@ export default {
this.token = this.$md5(this.userInfo.password); //获取token
this.$store.commit("SET_TOKEN", this.token); //将token保存在vuex中
this.$store.commit("SET_USERINFO", this.userInfo.username); //将用户信息保存在vuex中
- this.$router.push("/");
+ this.$router.push("/realTimeMonitor");
this.$message.success("登录成功");
} else {
this.$message.error("请输入账号和密码");
diff --git a/src/views/components/carouselChart.vue b/src/views/components/carouselChart.vue
index b8cfbaa..4b938b8 100644
--- a/src/views/components/carouselChart.vue
+++ b/src/views/components/carouselChart.vue
@@ -12,7 +12,8 @@
bigPicPath ? 'backgroundImage:url(' + bigPicPath + '!128x72)' : ''
"
>
-
+
+
+
+ {{ pictureData.linename }} +
++ {{ pictureData.towername }} +
++ {{ pictureData.cmdid }} +
+
+
+
+
+
+
+