diff --git a/pages.json b/pages.json
index 6076073..fa8a57d 100644
--- a/pages.json
+++ b/pages.json
@@ -160,7 +160,17 @@
}
},
{
- "path": "pages/blank/blank",
+ "path": "pages/blank/institutionalTrendsBriefing",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom",
+ "disableSwipeBack": true,
+ "titleNView": false,
+ "bounce": false
+ }
+ },
+ {
+ "path": "pages/blank/notice",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
diff --git a/pages/blank/blank.vue b/pages/blank/blank.vue
deleted file mode 100644
index c7e1491..0000000
--- a/pages/blank/blank.vue
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
- ←
- 返回
-
-
- 当前特斯拉该如何布局?
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/blank/institutionalTrendsBriefing.vue b/pages/blank/institutionalTrendsBriefing.vue
new file mode 100644
index 0000000..d78c5b0
--- /dev/null
+++ b/pages/blank/institutionalTrendsBriefing.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+暂无内容~
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/blank/notice.vue b/pages/blank/notice.vue
new file mode 100644
index 0000000..713de07
--- /dev/null
+++ b/pages/blank/notice.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+暂无内容~
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/deepMate/deepMate.vue b/pages/deepMate/deepMate.vue
index 5497d58..685758b 100644
--- a/pages/deepMate/deepMate.vue
+++ b/pages/deepMate/deepMate.vue
@@ -6,6 +6,7 @@
@@ -18,6 +19,7 @@
@@ -78,7 +80,7 @@
@@ -418,12 +420,29 @@ const newChat = () => {
};
// 跳转到空白页
-const goBlank = () => {
+const goinstitutionalTrendsBriefing = () => {
uni.navigateTo({
- url: "/pages/blank/blank",
+ url: "/pages/blank/institutionalTrendsBriefing",
});
};
+// 跳转到客户服务平台首页
+const goToCustomerService = () => {
+ uni.navigateTo({
+ url: "/pages/customerServicePlatform/csPlatformIndex",
+ });
+};
+// 跳转到通知页
+function goToNotice() {
+ try {
+ console.log("goToNotice: navigating to /pages/blank/notice");
+ uni.navigateTo({ url: "/pages/blank/notice" });
+ } catch (e) {
+ console.error("goToNotice navigateTo failed, fallback to redirect:", e);
+ uni.redirectTo({ url: "/pages/blank/notice" });
+ }
+}
+
// 历史记录
const openHistoryDrawer = async () => {
const res = await postHistory({
diff --git a/static/icons/Left_(左).png b/static/icons/Left_(左).png
new file mode 100644
index 0000000..4af54c5
Binary files /dev/null and b/static/icons/Left_(左).png differ
diff --git a/static/images/缺省.png b/static/images/缺省.png
new file mode 100644
index 0000000..a4f9ac4
Binary files /dev/null and b/static/images/缺省.png differ