🦄 refactor:初始化
This commit is contained in:
parent
72c757dc33
commit
0d97c056cc
@ -1,5 +1,5 @@
|
||||
{
|
||||
"projectname": "EShop",
|
||||
"projectname": "newWeChactApp",
|
||||
"setting": {
|
||||
"compileHotReLoad": true,
|
||||
"bigPackageSizeSupport": true
|
||||
@ -10,7 +10,7 @@
|
||||
"list": [
|
||||
{
|
||||
"name": "",
|
||||
"pathName": "pages/sampleComparison/index",
|
||||
"pathName": "pages/index/index",
|
||||
"query": "",
|
||||
"launchMode": "default",
|
||||
"scene": null
|
||||
|
@ -1,7 +1,9 @@
|
||||
import { View, Image, Text, Navigator, Button } from '@tarojs/components'
|
||||
|
||||
export default () => {
|
||||
return (
|
||||
<>
|
||||
<view>222</view>
|
||||
<View>222</View>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
@ -0,0 +1 @@
|
||||
|
Loading…
x
Reference in New Issue
Block a user