fix: 去掉假数据
This commit is contained in:
@@ -79,24 +79,24 @@ export default {
|
||||
methods: {
|
||||
query () {
|
||||
this.basicInfo = {
|
||||
"clientLocationCountry": 1212,
|
||||
"clientLocationProvince": "112.2.2.3",
|
||||
"clientLocationRegion": "China",
|
||||
"clientAsn": "Hebei",
|
||||
"serverLocationCountry": "Xingtai",
|
||||
"serverLocationProvince": "hehe",
|
||||
"serverLocationRegion": "2.2.2.2",
|
||||
"serverAsn": "China",
|
||||
"domainCategoryName": "Hebei",
|
||||
"domainCategoryGroup": "Xingtai",
|
||||
"domainReputationScore": "hehe",
|
||||
"domainReputationLevel": "high",
|
||||
"appCategory": "vpn",
|
||||
"appSubcategory": "foreign vpn",
|
||||
"appRisk": "critical"
|
||||
clientLocationCountry: 1212,
|
||||
clientLocationProvince: '112.2.2.3',
|
||||
clientLocationRegion: 'China',
|
||||
clientAsn: 'Hebei',
|
||||
serverLocationCountry: 'Xingtai',
|
||||
serverLocationProvince: 'hehe',
|
||||
serverLocationRegion: '2.2.2.2',
|
||||
serverAsn: 'China',
|
||||
domainCategoryName: 'Hebei',
|
||||
domainCategoryGroup: 'Xingtai',
|
||||
domainReputationScore: 'hehe',
|
||||
domainReputationLevel: 'high',
|
||||
appCategory: 'vpn',
|
||||
appSubcategory: 'foreign vpn',
|
||||
appRisk: 'critical'
|
||||
}
|
||||
/*this.queryBasic().then(responses => {
|
||||
})*/
|
||||
/* this.queryBasic().then(responses => {
|
||||
}) */
|
||||
},
|
||||
queryBasic () {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user