mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2025-12-30 05:12:24 +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