丰都投票界面已完成

This commit is contained in:
aixianling
2022-12-29 14:35:15 +08:00
parent 4d46463aad
commit 6217856c27
7 changed files with 314 additions and 25 deletions

View File

@@ -42,5 +42,7 @@ if (/saas/.test(location.pathname)) {//上架版
if (/AppCountryAlbum/.test(location.pathname)) {//乡村相册版
params = {action: "/app/wxcptp/portal/agentSign", corpId: "wpytYEDgAAcpXjmlYkYwKO60JDGDWrXg", suiteId: "ww0da13777658d1262"}
}
store.dispatch("agentSign", params).finally(() => app.$mount())
if (/AppVote/.test(location.pathname)) {//微信公众号网页开发
app.$mount()
} else store.dispatch("agentSign", params).finally(() => app.$mount())