zhanghua
2022-09-21 41179ea06e694e19b3170c07dbafe1d26f15ff8f
src/router/index.js
@@ -46,6 +46,11 @@
            path:'otherInterface',
            name:'otherInterface',
            component: () => import('@/views/systemSetting/platform/otherInterface')
          },
          {
            path:'mySetting',
            name:'mySetting',
            component: () => import('@/views/systemSetting/platform/mySetting')
          }
        ]
      },