Browse Source

修改添加地址页面在导航栏的名字

machen 1 year ago
parent
commit
737f2657b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -135,7 +135,7 @@ export const constantRoutes = [
         path: 'addAddress',
         name: 'AddAddress',
         component: () => import('@/views/address/addAddress'),
-        meta: {title: '地址等级', icon: 'address-list'}
+        meta: {title: '添加地址', icon: 'address-list'}
       }
     ]
   },