Skip to content

Commit

Permalink
v1.0.12:palm_tree:
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascotbe committed Jul 2, 2021
1 parent 03c8534 commit cb8cad2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Vue/faceConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const { baseURL } = require("./src/utils/request")
const faceConfig = () =>{
return{
// 基础路径,打包发布的时候修改为后端发布服务地址
basePath: 'http://127.0.0.1:9999/api/',
imgPath:'http://127.0.0.1:9999/s/'
basePath: 'http://101.37.14.144:8888/api/',
imgPath:'http://101.37.14.144:8888/s/'
}
}

Expand Down
3 changes: 1 addition & 2 deletions Vue/src/layout/DomainNameSystemLog/DNSLog.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable */
<template>
<a-row
:gutter="[
Expand Down Expand Up @@ -52,7 +51,7 @@ export default {
{
title: "DNS Query Record",
dataIndex: "domain_name",
fixed: "left",
//fixed: "left",
width:"45%"
},
Expand Down
2 changes: 2 additions & 0 deletions docs/Documentation/UpDataLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2741,4 +2741,6 @@ v1.0.10🌴
修改若干问题
v1.0.11🌴
下线前端扫描功能
v1.0.12🌴
修复DNSLOG前端显示出错问题
```

0 comments on commit cb8cad2

Please sign in to comment.