mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-10-13 21:51:07 +00:00
feat 延时队列监控
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
"build:analyze": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode admin-build",
|
||||
"build:admin": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode admin",
|
||||
"build:merchant": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode merchant-build",
|
||||
"dev:admin": "pnpm vite --mode admin --port=3000",
|
||||
"dev:merchant": "pnpm vite --mode merchant --port=3300",
|
||||
"dev:admin": "pnpm vite --mode admin --port=13000",
|
||||
"dev:merchant": "pnpm vite --mode merchant --port=13300",
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"postinstall": "turbo run stub",
|
||||
"lint": "turbo run lint",
|
||||
|
0
src/views/baseapi/delay/DelayQuery.api.ts
Normal file
0
src/views/baseapi/delay/DelayQuery.api.ts
Normal file
11
src/views/baseapi/delay/DelayQuery.vue
Normal file
11
src/views/baseapi/delay/DelayQuery.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped lang="less">
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user