AppServicePublic
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user