登录页样式

This commit is contained in:
2024-02-22 10:13:20 +08:00
parent c9acd9b2ed
commit a9aac2124c
13 changed files with 72 additions and 64 deletions

View File

@@ -2,10 +2,15 @@
// launchtype项可配置值为local或remote, local代表前端连本地云函数remote代表前端连云端云函数
"version": "0.0",
"configurations": [{
"type": "uniCloud",
"default": {
"launchtype": "local"
}
}
"app-plus" :
{
"launchtype" : "local"
},
"default" :
{
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}