plg пре 4 месеци
родитељ
комит
f0d99c4140
3 измењених фајлова са 10 додато и 10 уклоњено
  1. 1 1
      src/components/GroupCompare.vue
  2. 2 2
      src/utils/http.js
  3. 7 7
      src/views/manage/manageMain.vue

+ 1 - 1
src/components/GroupCompare.vue

@@ -258,7 +258,7 @@ export default {
       //规定好跳转到哪个页面--然后跳转的类型
       // this.$router.push({path:'/manage/tendency',query:{orgNo:'1212',type:'1'}})
       this.$router.push({
-        path: "/manage/individualTendency",
+        path: "/manage/tendency",
         query: { orgNo: val.orgNo },
       });
       //要更改菜单选中的颜色

+ 2 - 2
src/utils/http.js

@@ -24,9 +24,9 @@ import { router } from "@/router";
 //30
 // export const basePath = "http://43.143.198.30:8089";
 //红朵服务器
-// export const basePath = "http://129.211.221.44:8089";
+export const basePath = "http://129.211.221.44:8089";
 //锦泓税务服务器
-export const basePath = "http://146.56.226.174:8089";
+// export const basePath = "http://146.56.226.174:8089";
 // const base_url = 'http://43.143.198.30:8089/'
 // const base_url = 'http://10.113.248.4:8090/'
 // export const basePath='http://43.143.198.30:8086'

+ 7 - 7
src/views/manage/manageMain.vue

@@ -501,13 +501,13 @@ export default {
             showItem: true,
             path: "/manage/userManage",
           },
-          {
-            id: "5",
-            name: "教师管理",
-            icon: require("../../assets/menu/yuan.png"),
-            showItem: true,
-            path: "/manage/teacherManage",
-          },
+          // {
+          //   id: "5",
+          //   name: "教师管理",
+          //   icon: require("../../assets/menu/yuan.png"),
+          //   showItem: true,
+          //   path: "/manage/teacherManage",
+          // },
           {
             id: "6",
             name: "辅导员管理",