Browse Source

订阅消息

dev
jiangyy 5 years ago
parent
commit
a314922d49
  1. 4
      epmet-oper-web/src/views/modules/productConfig/subscribe/MyTempList.vue

4
epmet-oper-web/src/views/modules/productConfig/subscribe/MyTempList.vue

@ -134,8 +134,8 @@ export default {
}, },
async syncToAll (row) { async syncToAll (row) {
this.startLoading() this.startLoading()
const url = 'https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/third/subscribe/initall' // const url = 'https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/third/subscribe/initall'
// const url = 'https://epmet-cloud.elinkservice.cn/api/third/subscribe/initall' const url = 'https://epmet-cloud.elinkservice.cn/api/third/subscribe/initall'
const params = { const params = {
appId: this.appId, appId: this.appId,
tempId: row.priTmplId tempId: row.priTmplId

Loading…
Cancel
Save