-
-
- 中高层大气波动解析识别技术系统
+
+
+
+
+ 模型
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+
+
+
+ {{ subItem.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
diff --git a/src/CONSTANT.ts b/src/CONSTANT.ts
index 1a6338c..5b42bf7 100644
--- a/src/CONSTANT.ts
+++ b/src/CONSTANT.ts
@@ -1 +1,2 @@
-export const API_BASE_URL = 'https://gca-api.dustella.net:8443'
+export const API_BASE_URL = 'http://localhost:5000'
+// export const API_BASE_URL = 'https://gca-api.dustella.net:8443'
diff --git a/src/assets/index.css b/src/assets/index.css
index 010919c..09473c9 100644
--- a/src/assets/index.css
+++ b/src/assets/index.css
@@ -1,7 +1,29 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
+@layer base {
+ :root {
+ --sidebar-background: 0 0% 98%;
+ --sidebar-foreground: 240 5.3% 26.1%;
+ --sidebar-primary: 240 5.9% 10%;
+ --sidebar-primary-foreground: 0 0% 98%;
+ --sidebar-accent: 240 4.8% 95.9%;
+ --sidebar-accent-foreground: 240 5.9% 10%;
+ --sidebar-border: 220 13% 91%;
+ --sidebar-ring: 217.2 91.2% 59.8%;
+ }
+ .dark {
+ --sidebar-background: 240 5.9% 10%;
+ --sidebar-foreground: 240 4.8% 95.9%;
+ --sidebar-primary: 224.3 76.3% 48%;
+ --sidebar-primary-foreground: 0 0% 100%;
+ --sidebar-accent: 240 3.7% 15.9%;
+ --sidebar-accent-foreground: 240 4.8% 95.9%;
+ --sidebar-border: 240 3.7% 15.9%;
+ --sidebar-ring: 217.2 91.2% 59.8%;
+ }
+}
@layer base {
:root {
--background: 0 0% 100%;
diff --git a/src/components/Image.vue b/src/components/Image.vue
index f613eee..7f51fdc 100644
--- a/src/components/Image.vue
+++ b/src/components/Image.vue
@@ -13,7 +13,7 @@ function download() {
-
![]()
+