This commit is contained in:
yanran200730
2022-06-07 09:51:06 +08:00
parent 4a66490d94
commit 66c7a88b34
2 changed files with 4 additions and 1 deletions

View File

@@ -54,7 +54,8 @@ export default {
if(/\/project\/police\//.test(libPath)){ if(/\/project\/police\//.test(libPath)){
module = 'hnjc' module = 'hnjc'
} }
this.getToken({...this.form, module, corpId: 'wpytYEDgAAcpXjmlYkYwKO60JDGDWrXg'}).then(() => { this.getToken({...this.form, module, corpId: 'ww596787bb70f08288'}).then(() => {
// this.getToken({...this.form, module, corpId: 'wpytYEDgAAcpXjmlYkYwKO60JDGDWrXg'}).then(() => {
this.target ? uni.reLaunch({url: this.target}) : uni.navigateBack({}) this.target ? uni.reLaunch({url: this.target}) : uni.navigateBack({})
}).catch(() => 0) }).catch(() => 0)
} }

View File

@@ -6,6 +6,8 @@
<script> <script>
export default { export default {
name: 'LiveBroadcast',
appName: '实时喊话', appName: '实时喊话',
data () { data () {