diff --git a/src/index.html b/src/index.html
index ed39d1e..040640b 100644
--- a/src/index.html
+++ b/src/index.html
@@ -20,10 +20,10 @@
-->
-
Youtube运营
-
-
-
+ live
+
+
+
diff --git a/src/pages/index/index.config.js b/src/pages/index/index.config.js
index ef6a769..423e22f 100644
--- a/src/pages/index/index.config.js
+++ b/src/pages/index/index.config.js
@@ -1,3 +1,3 @@
export default {
- navigationBarTitleText: 'Youtube运营笔记'
+ navigationBarTitleText: 'live'
}
diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx
index 6da9ecb..c42c564 100644
--- a/src/pages/index/index.jsx
+++ b/src/pages/index/index.jsx
@@ -26,11 +26,7 @@ import { AtIcon } from "taro-ui";
const Index = () => {
useEffect(() => {}, []);
- return (
- <>
- 111
- >
- );
+ return 111;
};
export default Index;