diff --git a/src/config.ts b/src/config.ts index d82b334..e038768 100644 --- a/src/config.ts +++ b/src/config.ts @@ -2,7 +2,7 @@ * @Author: jevononlie 728254585@qq.com * @Date: 2024-04-10 13:38:49 * @LastEditors: jevononlie 728254585@qq.com - * @LastEditTime: 2024-05-08 16:29:35 + * @LastEditTime: 2024-05-24 14:54:57 * @FilePath: /app-nx-personal/src/config.ts * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ diff --git a/src/pages.json b/src/pages.json index 789917b..709252e 100644 --- a/src/pages.json +++ b/src/pages.json @@ -127,6 +127,12 @@ "pagePath": "pages/my/my", "iconPath": "static/tabs/user_default.png", "selectedIconPath": "static/tabs/user_selected.png" + }, + { + "path": "pages/dustbin/dustbin", + "style": { + "navigationBarTitleText": "垃圾袋编码" + } } ] }, diff --git a/src/pages/dustbin/dustbin.vue b/src/pages/dustbin/dustbin.vue new file mode 100644 index 0000000..4bdc6f8 --- /dev/null +++ b/src/pages/dustbin/dustbin.vue @@ -0,0 +1,58 @@ + + + + + +