Commit 5744ccfe authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents e323b2cc 44d227d2
...@@ -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",
......
...@@ -18,6 +18,10 @@ Router.prototype.push = function push(location, onResolve, onReject) { ...@@ -18,6 +18,10 @@ Router.prototype.push = function push(location, onResolve, onReject) {
const router = new Router({ const router = new Router({
routes: [ routes: [
{
path: '/index',
redirect: '/access/log/list'
},
builder('/authentication', 'login/authentication'), builder('/authentication', 'login/authentication'),
builder('/login', 'login/login'), builder('/login', 'login/login'),
builder('/go', 'codeGen/index'), builder('/go', 'codeGen/index'),
......
...@@ -63,18 +63,18 @@ ...@@ -63,18 +63,18 @@
label: "设备Id", label: "设备Id",
fuzzy: true fuzzy: true
}, },
{ // {
name: "eventTopic", // name: "eventTopic",
type: "text", // type: "text",
label: "记录埋点的事件主题", // label: "记录埋点的事件主题",
fuzzy: true // fuzzy: true
}, // },
{ // {
name: "eventTopicName", // name: "eventTopicName",
type: "text", // type: "text",
label: "记录埋点中文名称", // label: "记录埋点中文名称",
fuzzy: true // fuzzy: true
}, // },
{ {
name: "createTimeStart", name: "createTimeStart",
......
...@@ -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