diff --git a/log-manager-ui/admin/src/views/error/log/list.vue b/log-manager-ui/admin/src/views/error/log/list.vue index f6751f45c3a5a47638bd2132117dbac94b4b576e..d8a349069f1b7125da4b41d64886b96e2f77cc0b 100644 --- a/log-manager-ui/admin/src/views/error/log/list.vue +++ b/log-manager-ui/admin/src/views/error/log/list.vue @@ -44,12 +44,12 @@ return { config: { search: [ - { - name: "traceID", - type: "text", - label: "TraceId", - fuzzy: true - }, + { + name: "traceID", + type: "text", + label: "杩借釜Id", + fuzzy: true + }, { name: "appName", type: "select", @@ -81,7 +81,7 @@ {type: "index",label: "搴忓彿",align:"center",width: 50}, - {label: "杩借釜Id", prop: "id"}, + {label: "TraceID", prop: "traceID"}, {label: "鏃ュ織鏉ユ簮", prop: "appName",formatter:this.formatter}, diff --git a/log-manager/pom.xml b/log-manager/pom.xml index 88ee2f26a58aff026ac92e532614450645ebb338..c83a8dd971e80ec1db60544d2fce4cd3f4b99bc1 100644 --- a/log-manager/pom.xml +++ b/log-manager/pom.xml @@ -188,25 +188,25 @@ </profile> <profile> - <id>sngx</id> + <id>xuanhan</id> <properties> - <profiles.active>sngx</profiles.active> - <profiles.server.ip>127.0.0.1</profiles.server.ip> + <profiles.active>yibin</profiles.active> + <profiles.server.ip>192.168.2.144</profiles.server.ip> <profiles.server.port>18225</profiles.server.port> <profiles.nginx.port>11092</profiles.nginx.port> <profiles.server.gatewayport>11078</profiles.server.gatewayport> - <profiles.server.path>/logservice</profiles.server.path> + <profiles.server.path>/logService</profiles.server.path> <profiles.publish.path>/home/publish</profiles.publish.path> <profiles.datasource.uri> <![CDATA[jdbc:mysql://127.0.0.1:3306/log-platform?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong]]></profiles.datasource.uri> <profiles.datasource.username>root</profiles.datasource.username> - <profiles.datasource.password>root</profiles.datasource.password> + <profiles.datasource.password>xhx@2022</profiles.datasource.password> <profiles.redis.uri>127.0.0.1</profiles.redis.uri> <profiles.redis.port>6379</profiles.redis.port> <profiles.redis.username></profiles.redis.username> <profiles.redis.password>hotel@2020</profiles.redis.password> <profiles.redis.database>9</profiles.redis.database> - <profiles.rabbitmq.host>192.168.0.250</profiles.rabbitmq.host> + <profiles.rabbitmq.host>127.0.0.1</profiles.rabbitmq.host> <profiles.rabbitmq.port>5672</profiles.rabbitmq.port> <profiles.rabbitmq.username>taxi_mq</profiles.rabbitmq.username> <profiles.rabbitmq.password>admin@2020</profiles.rabbitmq.password> @@ -215,15 +215,15 @@ <profiles.nacos.server-addr>127.0.0.1:8848</profiles.nacos.server-addr> <profiles.nacos.group>DEFAULT_GROUP</profiles.nacos.group> <profiles.nacos.namespace>smart-gov</profiles.nacos.namespace> - <profiles.log.path>/home/mortals/app/logs</profiles.log.path> - <profiles.filepath>/mortals/app/data</profiles.filepath> - <package.environment>build</package.environment> - <skipDeploy>false</skipDeploy> + <profiles.log.path>D:/home/mortals/app/logs</profiles.log.path> + <profiles.filepath>D:/mortals/app/data</profiles.filepath> + <package.environment>yibin</package.environment> + <skipDeploy>true</skipDeploy> </properties> </profile> </profiles> - + <properties> </properties>