Commit 9aea003d authored by 王晓旭's avatar 王晓旭

修改内容

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