diff --git a/package.json b/package.json index cf8a6fd..32c2e94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "githuber", - "version": "1.2.2", + "version": "1.2.3", "main": "index.js", "repository": "git@github.com:zhuowenli/githuber.git", "author": "卓文理 <531840344@qq.com>", diff --git a/src/vuex/index.js b/src/vuex/index.js index e69a630..a4e5ad3 100644 --- a/src/vuex/index.js +++ b/src/vuex/index.js @@ -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 = {}; diff --git a/static/manifest.json b/static/manifest.json index 4925014..d266e7b 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -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",