Skip to content

Commit

Permalink
测试
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyunxiao committed Dec 12, 2017
1 parent 4e608ec commit 113c2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vueClient/src/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = function (Vue,axios ) {

let _options = {
method:"get",
baseURL: /*'http://localhost:3002',*/'http://www.dayread.top',
baseURL: 'http://localhost:3002',//'http://www.dayread.top',
};
Object.assign(_options,options);
return instance({
Expand Down

0 comments on commit 113c2b7

Please sign in to comment.