Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | /* | 1 | /* |
| 2 | * @Date: 2025-03-20 20:36:36 | 2 | * @Date: 2025-03-20 20:36:36 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-12-30 13:59:24 | 4 | + * @LastEditTime: 2025-12-31 14:33:46 |
| 5 | * @FilePath: /mlaj/src/router/routes.js | 5 | * @FilePath: /mlaj/src/router/routes.js |
| 6 | * @Description: 路由地址映射配置 | 6 | * @Description: 路由地址映射配置 |
| 7 | */ | 7 | */ |
| ... | @@ -148,7 +148,7 @@ export const routes = [ | ... | @@ -148,7 +148,7 @@ export const routes = [ |
| 148 | path: '/recall/choose', | 148 | path: '/recall/choose', |
| 149 | name: 'ChoosePage', | 149 | name: 'ChoosePage', |
| 150 | component: () => import('../views/recall/ChoosePage.vue'), | 150 | component: () => import('../views/recall/ChoosePage.vue'), |
| 151 | - meta: { title: '召回老客户-选择页' }, | 151 | + meta: { title: '美乐爱觉AI星球' }, |
| 152 | }, | 152 | }, |
| 153 | { | 153 | { |
| 154 | path: '/checkout', | 154 | path: '/checkout', | ... | ... |
-
Please register or login to post a comment