From 9a139cc25da8396c1b257ccf99eb8d2fedfbc94d Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期三, 23 十月 2024 17:24:35 +0800 Subject: [PATCH] 添加校验,修改头像 --- unpackage/dist/dev/mp-weixin/app.js | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/unpackage/dist/dev/mp-weixin/app.js b/unpackage/dist/dev/mp-weixin/app.js index c99035d..dce2e33 100644 --- a/unpackage/dist/dev/mp-weixin/app.js +++ b/unpackage/dist/dev/mp-weixin/app.js @@ -6,8 +6,12 @@ "./pages/index/index.js"; "./pages/addCard/index.js"; "./pages/userInfo/index.js"; - "./pages/balanceRecord/index.js"; - "./pages/paymentRecord/index.js"; + "./pages/functionList/balanceRecord/index.js"; + "./pages/functionList/paymentRecord/index.js"; + "./pages/functionList/rechargeRecord/index.js"; + "./pages/functionList/share/cardShare/index.js"; + "./pages/functionList/share/shareConfirm/index.js"; + "./pages/functionList/share/shareList/index.js"; "./pages/scanWater/index.js"; "./pages/recharge/index.js"; "./pages/sendWater/index.js"; @@ -18,6 +22,8 @@ "./pages/success/index.js"; "./pages/facilityList/index.js"; "./pages/station/index.js"; + "./pages/infoBreakdown/index.js"; + "./pages/scanRecharge/index.js"; } const _sfc_main = { __name: "App", -- Gitblit v1.9.3