From 4775cc85f057cf091235b7c26c4037a8eca06391 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期四, 28 三月 2024 22:40:48 +0800 Subject: [PATCH] # --- uni_modules/mtview-ui/components/mt-card/mt-card.vue | 12 ++++++++++++ pages.json | 10 +++++++++- pages/test/test01.vue | 22 ++++++++++++++++++++++ 3 files changed, 43 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index ccc953e..5e7cfa4 100644 --- a/pages.json +++ b/pages.json @@ -1,7 +1,15 @@ { "pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages - + { + "path" : "pages/test/test01", + "style" : + { + "navigationBarTitleText": "娴嬭瘯1", + "enablePullDownRefresh": false + } + + }, { "path": "pages/LoginDemo/LoginDemo", "style": { diff --git a/pages/test/test01.vue b/pages/test/test01.vue new file mode 100644 index 0000000..e92b2a0 --- /dev/null +++ b/pages/test/test01.vue @@ -0,0 +1,22 @@ +<template> + <view> + <mt-card></mt-card> + </view> +</template> + +<script> + export default { + data() { + return { + + } + }, + methods: { + + } + } +</script> + +<style> + +</style> diff --git a/uni_modules/mtview-ui/components/mt-card/mt-card.vue b/uni_modules/mtview-ui/components/mt-card/mt-card.vue new file mode 100644 index 0000000..7bd1c48 --- /dev/null +++ b/uni_modules/mtview-ui/components/mt-card/mt-card.vue @@ -0,0 +1,12 @@ +<template> + <view>111</view> +</template> + +<script> + export default { + name: "mt-card", + } +</script> + +<style scoped> +</style> \ No newline at end of file -- Gitblit v1.9.1