测试支付

This commit is contained in:
X1627315083
2024-02-19 15:30:49 +08:00
parent e53bbe59a1
commit 4311530c11
6 changed files with 658 additions and 312 deletions

View File

@@ -41,6 +41,11 @@ const routes: Array<RouteRecordRaw> = [
// name: 'oldHistory',
// component: _import('OldHistoryPage')
// },
{
path: '/paySucceed',
name: 'paySucceed',
component: _import('paySucceed')
},
{
path: '/library',
name: 'library',