feat: 更新首页
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
export default {
|
||||
pages: ["pages/index/index"],
|
||||
pages: [
|
||||
// "pages/index/index",
|
||||
"pages/home/index"
|
||||
],
|
||||
|
||||
window: {
|
||||
backgroundTextStyle: "light",
|
||||
navigationBarBackgroundColor: "#fff",
|
||||
|
||||
0
src/pages/home/index.scss
Normal file
0
src/pages/home/index.scss
Normal file
8
src/pages/home/index.tsx
Normal file
8
src/pages/home/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { View } from "@tarojs/components";
|
||||
import React, { useCallback } from "react";
|
||||
|
||||
const Home=()=>{
|
||||
return <View>home</View>
|
||||
}
|
||||
|
||||
export default Home
|
||||
Reference in New Issue
Block a user