diff --git a/src/components/Iconify/index.vue b/src/components/Iconify/index.vue
index 4570001..26d8fb7 100644
--- a/src/components/Iconify/index.vue
+++ b/src/components/Iconify/index.vue
@@ -25,9 +25,19 @@
props.color ? { color: props.color } : {},
);
});
+
+ const emit = defineEmits(['click']);
+ const onClick = () => {
+ emit('click');
+ };
-
+
diff --git a/src/components/Navbar/index.vue b/src/components/Navbar/index.vue
index 475b968..cc5ed6d 100644
--- a/src/components/Navbar/index.vue
+++ b/src/components/Navbar/index.vue
@@ -1,9 +1,15 @@
-
+
- left
+
+
+
+
+
+
+
+
+
+
@@ -90,6 +148,8 @@
padding-left: v-bind(sideGap);
padding-right: v-bind(sideGap);
.navbar__center {
+ font-weight: bold;
+ font-size: v-bind(navbarTitleSize);
color: v-bind(navbarTitleColor);
}
}
diff --git a/src/pages.json b/src/pages.json
index 3a232db..7366ef7 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -66,7 +66,8 @@
},{
"path": "list/test2/index",
"style": {
- "navigationBarTitleText": "test2"
+ "navigationBarTitleText": "test2",
+ "navigationStyle":"custom"
},
"meta": {
"ignoreAuth": true
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index 728cdef..21ad202 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -17,6 +17,7 @@
const router = useRouter();
const handleGetStarted = () => {
router.pushTab('/pages/demo/index');
+ // router.push('/pages/log/index?id=4345&title=log');
};
diff --git a/src/pagesA/list/test2/index.vue b/src/pagesA/list/test2/index.vue
index e51301c..2dafc4d 100644
--- a/src/pagesA/list/test2/index.vue
+++ b/src/pagesA/list/test2/index.vue
@@ -1,6 +1,7 @@
- Test2
- Detail →
+
+
+ Test2
+ Detail →
+
diff --git a/src/pagesB/detail/index.vue b/src/pagesB/detail/index.vue
index c39974f..53e96c8 100644
--- a/src/pagesB/detail/index.vue
+++ b/src/pagesB/detail/index.vue
@@ -1,12 +1,3 @@
-
+
Detail