AppServicePublic

This commit is contained in:
花有清香月有阴
2021-12-16 16:04:21 +08:00
parent dbe80d9f97
commit 81c6e9ce04
8 changed files with 538 additions and 44 deletions

View File

@@ -5,16 +5,14 @@
<u-button type="primary" :custom-style="{ width: '100%', borderRadius: '4px', marginTop: '48px' }" @click="goBack">
{{ btnText }}
</u-button>
<back></back>
<AiBack></AiBack>
</div>
</template>
<script>
import back from '../../components/AiBack'
export default {
name: 'Msg',
components: { back },
components: {},
data() {
return {
flag: true,