Commit fa73eccc authored by 冷冷's avatar 冷冷

👽 Updating code due to external API changes.

parent 78ea4cef
......@@ -35,7 +35,7 @@ export default {
url = 'https://open.weixin.qq.com/connect/qrconnect?appid=' + appid + '&redirect_uri=' + redirect_uri + '&state=WX&response_type=code&scope=snsapi_login#wechat_redirect'
} else if (thirdpart === 'tencent') {
client_id = '101322838'
url = 'https://graph.qq.com/oauth2.0/authorize?response_type=code&state=' + appid + '&client_id=' + client_id + '&redirect_uri=' + redirect_uri
url = 'https://graph.qq.com/oauth2.0/authorize?response_type=code&state=QQ&client_id=' + client_id + '&redirect_uri=' + redirect_uri
}
openWindow(url, thirdpart, 540, 540)
}
......
......@@ -74,8 +74,7 @@ export default {
getList (page,params) {
this.tableLoading = true
fetchList(Object.assign({
orderByField: 'create_time',
isAsc: false,
descs: 'create_time',
current: page.currentPage,
size: page.pageSize
}, params)).then(response => {
......
......@@ -81,8 +81,7 @@
getList(page,params) {
this.tableLoading = true
fetchList(Object.assign({
orderByField: 'create_time',
isAsc: false,
descs: 'create_time',
current: page.currentPage,
size: page.pageSize
}, params)).then(response => {
......
......@@ -84,8 +84,7 @@ export default {
getList (page,params) {
this.tableLoading = true
fetchList(Object.assign({
orderByField: 'create_time',
isAsc: false,
descs: 'create_time',
current: page.currentPage,
size: page.pageSize
}, params)).then(response => {
......
......@@ -69,8 +69,7 @@ export default {
getList (page, params) {
this.tableLoading = true
fetchList(Object.assign({
orderByField: 'create_time',
isAsc: false,
descs: 'create_time',
current: page.currentPage,
size: page.pageSize
}, params)).then(response => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment