Commit 83129b83 authored by 冷冷's avatar 冷冷

添加新特性。 npm run dev

parent 1aac1a07
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"version": "1.8.0", "version": "1.8.0",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "dev": "vue-cli-service serve",
"build": "vue-cli-service build", "build": "vue-cli-service build",
"lint": "vue-cli-service lint", "lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit", "test:unit": "vue-cli-service test:unit",
......
...@@ -40,8 +40,8 @@ export const tableOption = { ...@@ -40,8 +40,8 @@ export const tableOption = {
dicData: 'log_type', dicData: 'log_type',
search: true search: true
}, { }, {
label: '请求接口', label: '请求接口名称',
prop: 'requestUri' prop: 'title'
}, { }, {
label: 'IP地址', label: 'IP地址',
prop: 'remoteAddr' prop: 'remoteAddr'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment