22 lines
369 B
Vue
22 lines
369 B
Vue
<template>
|
|
<view class="app-container dark:text-[var(--wot-color-text)]">
|
|
<wd-status-tip type="search" tip="建设中..." />
|
|
</view>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|
|
|
|
<route lang="json">
|
|
{
|
|
"name": "work",
|
|
"style": {
|
|
"navigationBarTitleText": "工作台"
|
|
},
|
|
"meta": {
|
|
"requireAuth": true
|
|
}
|
|
}
|
|
</route>
|
|
|
|
<style lang="scss"></style>
|