Skip to content

Commit

Permalink
🐛 修复图片服务上传问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuowenli committed Oct 31, 2018
1 parent cd5c759 commit 41f26bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "githuber",
"version": "1.2.2",
"version": "1.2.3",
"main": "index.js",
"repository": "[email protected]:zhuowenli/githuber.git",
"author": "卓文理 <[email protected]>",
Expand Down
7 changes: 2 additions & 5 deletions src/vuex/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ Vue.use(Vuex);

export const actions = {
async fetchQiniuToken(store, key) {
// return post('http://githuber.zhuowenli.com/api/token/qiniu', { key });
return post('http://192.168.0.100:9001/api/token/qiniu', { key });
return post('http://githuber.zhuowenli.com/api/token/qiniu', { key });
// return post('http://192.168.0.100:9001/api/token/qiniu', { key });
},
async login() {

}
};
export const getters = {};
export const mutations = {};
Expand Down
2 changes: 1 addition & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "GITHUBER - 开发者的新标签页",
"description": "这是一个帮助 GitHub 开发者每日发现优质内容的 Chrome 主页拓展。",
"version": "1.2.2",
"version": "1.2.3",
"icons": {
"16": "assets/icon/icon-16.png",
"48": "assets/icon/icon-48.png",
Expand Down

0 comments on commit 41f26bb

Please sign in to comment.