Commit 44d227d2 authored by 王启林's avatar 王启林

字段名称更改

parent 9aea003d
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vue-cli-service serve", "dev": "vue-cli-service serve",
"serve": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "vue-cli-service build", "build": "vue-cli-service build",
"test": "vue-cli-service build --mode test", "test": "vue-cli-service build --mode test",
"yibin": "vue-cli-service build --mode yibin", "yibin": "vue-cli-service build --mode yibin",
......
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
{label: "日志标签", prop: "requestUrl"}, {label: "日志标签", prop: "requestUrl"},
{label: "内容", prop: "operType",formatter: this.formatter}, {label: "内容", prop: "operType",formatter: this.formatter},
{label: "消息内容", prop: "content",tooltip:"true"}, {label: "操作内容", prop: "content",tooltip:"true"},
{label: "操作IP地址", prop: "ip"}, {label: "操作IP地址", prop: "ip"},
......
...@@ -8,7 +8,8 @@ module.exports = { ...@@ -8,7 +8,8 @@ module.exports = {
hot: true, //自动保存 hot: true, //自动保存
proxy: { proxy: {
"/logservice": { "/logservice": {
target: "http://112.19.80.237:11092", // target: "http://112.19.80.237:11092",
target: "http://192.168.0.98:11092",
// target: 'http://127.0.0.1:18225', // target: 'http://127.0.0.1:18225',
changeOrigin: true, changeOrigin: true,
secure: false, secure: false,
......
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