🦄 refactor:初始化
This commit is contained in:
parent
5ad0237272
commit
72c757dc33
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"projectname": "EShop",
|
"projectname": "EShop",
|
||||||
"setting": {
|
"setting": {
|
||||||
"compileHotReLoad": true
|
"compileHotReLoad": true,
|
||||||
|
"bigPackageSizeSupport": true
|
||||||
},
|
},
|
||||||
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
||||||
"condition": {
|
"condition": {
|
||||||
|
7
src/pages/index/index.tsx
Normal file
7
src/pages/index/index.tsx
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
export default () => {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<view>222</view>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user