17 changed files with 136 additions and 61 deletions
@ -1,11 +1,10 @@ |
|||||
<!-- 资源管理 --> |
<!-- 域资源管理 --> |
||||
<template> |
<template> |
||||
<button class="text-xs bg-blue-500 text-white leading-6" style="width: 500rpx" @click="openSourceManage">域资源管理</button> |
<button class="text-xs bg-blue-500 text-white leading-6" style="width: 500rpx" @click="openSourceManage">域资源管理</button> |
||||
</template> |
</template> |
||||
|
|
||||
<script setup> |
<script setup> |
||||
function openSourceManage() { |
function openSourceManage() { |
||||
// DEBUG: 假数据 换成财务条 资源管理的地址 |
|
||||
uni.$ui.openDetail({ url: 'https://www.taobao.com/', name: '域资源管理' }); |
uni.$ui.openDetail({ url: 'https://www.taobao.com/', name: '域资源管理' }); |
||||
} |
} |
||||
</script> |
</script> |
||||
|
|||||
@ -1,11 +1,10 @@ |
|||||
<!-- 资源管理 --> |
<!-- 项目版本管理 --> |
||||
<template> |
<template> |
||||
<button class="text-xs bg-blue-500 text-white leading-6" style="width: 500rpx" @click="openSourceManage">项目版本管理</button> |
<button class="text-xs bg-blue-500 text-white leading-6" style="width: 500rpx" @click="openSourceManage">项目版本管理</button> |
||||
</template> |
</template> |
||||
|
|
||||
<script setup> |
<script setup> |
||||
function openSourceManage() { |
function openSourceManage() { |
||||
// DEBUG: 假数据 换成财务条 资源管理的地址 |
|
||||
uni.$ui.openDetail({ url: 'https://www.taobao.com/', name: '项目版本管理' }); |
uni.$ui.openDetail({ url: 'https://www.taobao.com/', name: '项目版本管理' }); |
||||
} |
} |
||||
</script> |
</script> |
||||
|
Before Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 30 KiB |
Loading…
Reference in new issue