mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-27 06:01:43 +00:00
perf: Refactor vite configuration
This commit is contained in:
9
apps/test-server/utils.ts
Normal file
9
apps/test-server/utils.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export class Result {
|
||||
static success(data: any) {
|
||||
return {
|
||||
code: 0,
|
||||
success: true,
|
||||
result: data,
|
||||
};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user