Skip to content

Commit

Permalink
userCompany更新请求地址为后端服务器地址
Browse files Browse the repository at this point in the history
  • Loading branch information
suvvm committed Dec 4, 2019
1 parent 30690f2 commit eeb5a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Company/userCompany.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
var rp = require('request-promise');
var options = {
method: 'POST',
uri: 'http://localhost:8080/updateCompany',
uri: 'http://101.201.70.76:8211/updateCompany',
form: {
id: this.userInfo.company.id,
name: this.mdfCompany.name,
Expand Down

0 comments on commit eeb5a62

Please sign in to comment.