chenyao
2025-10-16 8f1d5df3d26ff2111fdb5e1149035ac8a12fa348
src/subPackages/taskDetail/addTask/index.vue
@@ -1,18 +1,14 @@
<!--
 * @Author       : yuan
 * @Date         : 2025-09-29 13:50:59
 * @LastEditors  : yuan
 * @LastEditTime : 2025-09-29 13:59:49
 * @FilePath     : \src\subPackages\taskDetail\addTask\index.vue
 * @Description  :
 * Copyright 2025 OBKoro1, All Rights Reserved.
 * 2025-09-29 13:50:59
-->
<!-- 新建任务 -->
<template>
  <view> 基础 </view>
  <WebViewPlus :src="`${viewUrl}`"/>
</template>
<script setup></script>
<script setup>
import WebViewPlus from "@/components/WebViewPlus.vue";
import {getWebViewUrl} from "@/utils/index.js";
const viewUrl = ref(getWebViewUrl('/addTask'))
</script>
<style lang="scss" scoped></style>