feat:性能优化

This commit is contained in:
2026-07-25 09:12:36 +08:00
parent 3eba959b48
commit 9ab39d2aec
138 changed files with 232 additions and 1511 deletions
+2 -2
View File
@@ -167,13 +167,13 @@ export const WAY_LIST = [
disabled: false,
id: PAYMENT_WAY.WECHAT,
name: "微信支付",
path: "/static/product/way_wx.png",
path: "/pages/other_package/static/product/way_wx.png",
},
{
disabled: false,
id: PAYMENT_WAY.ALIPAY,
name: "支付宝支付",
path: "/static/product/way_zfb.png",
path: "/pages/other_package/static/product/way_zfb.png",
},
]