-
+
- {{state.detail.module}}
+ {{ state.detail.module }}
+
异常
成功
- {{state.detail.takeUpTime}} ms
+ {{ state.detail.takeUpTime }} ms
- {{state.detail.message}}
+ {{ state.detail.message }}
- {{state.detail.type}}
- {{state.detail.type}}
- {{state.detail.type}}
- {{state.detail.type}}
- {{state.detail.type}}
+ {{ state.detail.type }}
+ {{ state.detail.type }}
+ {{ state.detail.type }}
+ {{ state.detail.type }}
+ {{ state.detail.type }}
+
+ {{ state.detail.userName }}
+ {{ state.detail.uri }}
+ {{ state.detail.ip }}
+ {{ state.detail.createTime }}
+ {{ state.detail.method }}
- {{state.detail.userName}}
- {{state.detail.uri}}
- {{state.detail.ip}}
- {{state.detail.createTime}}
- {{state.detail.method}}
- {{state.detail.reqParam}}
+ {{ state.detail.reqParam }}
- {{state.detail.resParam}}
+ {{ state.detail.resParam }}
- {{state.detail.unusual}}
+ {{ state.detail.unusual }}
\ No newline at end of file
diff --git a/src/views/system/Role.vue b/src/views/system/Role.vue
index 51bd544..84d2159 100644
--- a/src/views/system/Role.vue
+++ b/src/views/system/Role.vue
@@ -225,7 +225,7 @@
-
+
@@ -258,7 +258,7 @@
diff --git a/tsconfig.json b/tsconfig.json
index 56c1b4a..c3cd7e4 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,8 @@
{
"files": [],
"compilerOptions": {
- "types": ["vite/client"]
+ "types": ["vite/client"],
+ "noImplicitAny": false
},
"include": [
"src/**/*"
diff --git a/tsconfig.node.json b/tsconfig.node.json
index 180eb78..479bb2c 100644
--- a/tsconfig.node.json
+++ b/tsconfig.node.json
@@ -1,7 +1,7 @@
{
"extends": "@tsconfig/node20/tsconfig.json",
"include": [
- "vite.config.*",
+ "vite.config.ts",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",