diff --git a/src/icons/svg/编辑.svg b/src/icons/svg/编辑.svg new file mode 100644 index 0000000..5632eb4 --- /dev/null +++ b/src/icons/svg/编辑.svg @@ -0,0 +1,2 @@ + \ No newline at end of file diff --git a/src/utils/index.js b/src/utils/index.js index 5c445a0..21c5b59 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -162,7 +162,7 @@ export function filterAsyncRoutes(routers, roles) { } export function getALLRouter(data) { - // TODO 其他路由都在此操作 + // TODO: 其他路由都在此操作 const rasr = filterAsyncRoutes(reagentRouter, data.drug_manage) const uasr = filterAsyncRoutes(userRouter, data.drug_manage) const asyncRoutes = [ diff --git a/src/views/userinfo/index.vue b/src/views/userinfo/index.vue index 64564e0..ae66621 100644 --- a/src/views/userinfo/index.vue +++ b/src/views/userinfo/index.vue @@ -4,7 +4,12 @@