Quellcode durchsuchen

权限添加完毕 等待修改

mo vor 4 Jahren
Ursprung
Commit
11ba7fff87
3 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 1 1
      src/styles/variables.scss
  2. 3 3
      src/views/buildVip/index.vue
  3. 2 2
      src/views/vipClass/vipList.vue

+ 1 - 1
src/styles/variables.scss

@@ -10,7 +10,7 @@ $subMenuBg:#2C3246;
 $subMenuHover:#13817A;
 $subMenuActiveBg:#13817A;
 
-$sideBarWidth: 165px;
+$sideBarWidth: 230px;
 /* 改变主题色变量 */
 $--color-primary: rgb(19, 129, 122);
 // the :export directive is the magic sauce for webpack

+ 3 - 3
src/views/buildVip/index.vue

@@ -1490,7 +1490,7 @@ export default {
                 this.$message.success("提交成功");
                 this.$store.dispatch('delVisitedViews', this.$route)
                 this.$router.push({
-                  path: "/business/vipList",
+                  path: "/vipManager/vipList",
                   query: {
                     rules: this.rules,
                     searchForm: this.searchForm,
@@ -1501,7 +1501,7 @@ export default {
               this.$message.success("恭喜您创建成功");
               this.$store.dispatch('delVisitedViews', this.$route)
               this.$router.push({
-                path: "/business/vipList",
+                path: "/vipManager/vipList",
                 query: {
                   rules: this.rules,
                   searchForm: this.searchForm,
@@ -1611,7 +1611,7 @@ export default {
     onCancel() {
       this.$store.dispatch('delVisitedViews', this.$route)
       this.$router.push({
-        path: "/business/vipList",
+        path: "/vipManager/vipList",
         query: {
           rules: this.rules,
           searchForm: this.searchForm,

+ 2 - 2
src/views/vipClass/vipList.vue

@@ -507,7 +507,7 @@ export default {
       let rules = JSON.stringify(this.rules);
       let searchForm = JSON.stringify(this.searchForm);
       this.$router.push({
-        path: "/business/buildVip",
+        path: "/buildVip",
       });
     },
     onVIPCourseExport() {
@@ -637,7 +637,7 @@ export default {
       let endTimeStr = row.coursesExpireDate;
       let startTimeStr = row.courseStartDate;
       this.$router.push({
-        path: "/business/vipReset",
+        path: "/vipReset",
         query: {
           id,
           educationalTeacherId,