Skip to content

Commit

Permalink
addInvestigates 修正提交地址为服务器后端对应地址
Browse files Browse the repository at this point in the history
  • Loading branch information
suvvm committed Dec 5, 2019
1 parent 4ade862 commit 1f5c414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/investigates/addInvestigates.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
var rp = require('request-promise');
var options = {
method: 'POST',
uri: 'http://localhost:8080/insertInvestigate',
uri: 'http://101.201.70.76:8211/insertInvestigate',
form: {
description: this.description,
name: this.name,
Expand Down

0 comments on commit 1f5c414

Please sign in to comment.