Ver código fonte

upload

release
HolyKnightIX 6 meses atrás
pai
commit
34cb56f870
1 arquivos alterados com 13 adições e 0 exclusões
  1. +13
    -0
      example/page/index.vue

+ 13
- 0
example/page/index.vue Ver arquivo

@@ -397,6 +397,19 @@ export default {
if (tenantId) this.tenantId = tenantId
this.getData()
},
beforeCreate() {
const tenantId = this.$route.query.tenantId
const templateId = this.$route.query.templateId
if (templateId) {
this.$router.push({
path: "/designer",
query: {
tenantId,
templateId
}
})
}
}
}
</script>
<style lang="scss" scoped>


Carregando…
Cancelar
Salvar