diff --git a/components/CustomTabBar.vue b/components/CustomTabBar.vue
index 761cea5..b7806c3 100644
--- a/components/CustomTabBar.vue
+++ b/components/CustomTabBar.vue
@@ -18,27 +18,27 @@ export default {
return {
tabBarList: [
{
- "pagePath": "pages/map/map",
+ "pagePath": "pages/index/index",
"selectColor": "#00FF00",
"text": "首页"
},
{
- "pagePath": "pages/coupon/coupon",
+ "pagePath": "pages/index/readingBody",
"selectColor": "#00FF00",
"text": "阅读体"
},
{
- "pagePath": "pages/index/index",
+ "pagePath": "pages/index/sensoryStore",
"selectColor": "#00FF00",
"text": "有感商店"
},
{
- "pagePath": "pages/cart/cart",
+ "pagePath": "pages/index/intelligentAgent",
"selectColor": "#00FF00",
"text": "智能体"
},
{
- "pagePath": "pages/user/user",
+ "pagePath": "pages/index/iSoul",
"selectColor": "#00FF00",
"text": "iSoul"
}
diff --git a/components/header.vue b/components/header.vue
new file mode 100644
index 0000000..47c2cc1
--- /dev/null
+++ b/components/header.vue
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index f44b7b8..8297bb0 100644
--- a/pages.json
+++ b/pages.json
@@ -12,6 +12,34 @@
"navigationStyle": "custom"
// "navigationBarTitleText": "CGC-ICH"
}
+ },
+ {
+ "path": "pages/index/readingBody",
+ "style": {
+ "navigationStyle": "custom"
+ // "navigationBarTitleText": "阅读体"
+ }
+ },
+ {
+ "path": "pages/index/sensoryStore",
+ "style": {
+ "navigationStyle": "custom"
+ // "navigationBarTitleText": "有感商店"
+ }
+ },
+ {
+ "path": "pages/index/intelligentAgent",
+ "style": {
+ "navigationStyle": "custom"
+ // "navigationBarTitleText": "智能体"
+ }
+ },
+ {
+ "path": "pages/index/iSoul",
+ "style": {
+ "navigationStyle": "custom"
+ // "navigationBarTitleText": "iSoul"
+ }
}
],
"subPackages": [{
@@ -81,12 +109,34 @@
"visible": false
},
{
- "pagePath": "pages/stratIndex",
+ "pagePath": "pages/index/readingBody",
"iconPath": "/static/images/home.png",
"selectedIconPath": "/static/images/selectHome.png",
- "text": "首页",
+ "text": "阅读体",
+ "visible": false
+ },
+ {
+ "pagePath": "pages/index/sensoryStore",
+ "iconPath": "/static/images/home.png",
+ "selectedIconPath": "/static/images/selectHome.png",
+ "text": "有感商店",
+ "visible": false
+ },
+ {
+ "pagePath": "pages/index/intelligentAgent",
+ "iconPath": "/static/images/home.png",
+ "selectedIconPath": "/static/images/selectHome.png",
+ "text": "智能体",
+ "visible": false
+ },
+ {
+ "pagePath": "pages/index/iSoul",
+ "iconPath": "/static/images/home.png",
+ "selectedIconPath": "/static/images/selectHome.png",
+ "text": "iSoul",
"visible": false
}
+
]
},
"globalStyle": {
diff --git a/pages/index/iSoul.vue b/pages/index/iSoul.vue
new file mode 100644
index 0000000..b7be789
--- /dev/null
+++ b/pages/index/iSoul.vue
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 2f734bd..ca6cbbc 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,124 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.title}}
-
-
-
-
-
-
-
-
-
- {{item.title || item.goods.title}}
-
-
-
-
-
-
-
- {{item.title || item.goods.title}}
-
-
-
-
-
-
-
-
-
-
-
- {{item.title || item.goods.title}}
-
-
-
-
-
-
-
- {{item.title || item.goods.title}}
-
-
-
-
+
+
-
+
+
+
\ No newline at end of file
diff --git a/pages/index/readingBody.vue b/pages/index/readingBody.vue
new file mode 100644
index 0000000..b7be789
--- /dev/null
+++ b/pages/index/readingBody.vue
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/index/sensoryStore.vue b/pages/index/sensoryStore.vue
new file mode 100644
index 0000000..b7be789
--- /dev/null
+++ b/pages/index/sensoryStore.vue
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
\ No newline at end of file