删除文件 App.vue

pull/141/head
lifetime have you 2025-01-26 08:51:53 +00:00 committed by Gitee
parent 8a9e0355e5
commit 082496f56d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 37 deletions

37
App.vue
View File

@ -1,37 +0,0 @@
<script setup>
import { onLaunch, onShow, onError } from '@dcloudio/uni-app';
import { ShoproInit } from './sheep';
onLaunch(() => {
//
setTimeout(() => {
uni.hideTabBar();
}, 200);
// Shopro
ShoproInit();
});
onShow((options) => {
// #ifdef APP-PLUS
// urlSchemes
const args = plus.runtime.arguments;
if (args) {
}
//
uni.getClipboardData({
success: (res) => {},
});
// #endif
// #ifdef MP-WEIXIN
//
console.log(options, 'options');
// #endif
});
</script>
<style lang="scss">
@import '@/sheep/scss/index.scss';
</style>