修复bug

This commit is contained in:
2026-01-30 19:00:31 +08:00
parent fcc976680d
commit 3de5e9ebe9
91 changed files with 4966 additions and 847 deletions

View File

@@ -1,5 +1,6 @@
<template>
<view class="page">
<AdminLayout currentPage="cs-script">
<view class="page">
<view class="topbar">
<view class="topbar-left">
<text class="title">快捷回复话术</text>
@@ -17,9 +18,11 @@
</view>
</view>
</view>
</AdminLayout>
</template>
<script setup lang="uts">
import AdminLayout from '@/layouts/admin/AdminLayout.uvue'
const onBack = () => {
// H5/小程序均可用
uni.navigateBack()