feat: 问卷组件新增跳转逻辑
This commit is contained in:
@@ -15,17 +15,19 @@
|
||||
前往填写
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { getAccessToken } from "@/constant/token";
|
||||
|
||||
const handleCall = () => {
|
||||
const token = getAccessToken();
|
||||
|
||||
uni.navigateTo({
|
||||
url: `/pages/webview/index?token=${token}`,
|
||||
});
|
||||
};
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style
|
||||
<style lang="scss" scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user