fix:点位查询异常
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
window.g = {
|
||||
dev: {
|
||||
VUE_APP_BASE_API: 'http://localhost:8013'
|
||||
VUE_APP_BASE_API: 'http://localhost:8081'
|
||||
},
|
||||
prod: {
|
||||
VUE_APP_BASE_API: 'http://localhost:8013'
|
||||
VUE_APP_BASE_API: 'http://localhost:8081'
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<el-select
|
||||
v-model="logLevelValue"
|
||||
clearable
|
||||
style="width: 10px; height: 35px;top: 0px;"
|
||||
style="width: 100px; height: 35px;top: 0px;"
|
||||
placeholder="日志级别"
|
||||
>
|
||||
<el-option
|
||||
|
||||
Reference in New Issue
Block a user