刘嘉炜
12 months ago
10 changed files with 79 additions and 61 deletions
-
16uniapp_project_code/.hbuilderx/launch.json
-
9uniapp_project_code/src/components/login/button.vue
-
18uniapp_project_code/src/components/login/form.vue
-
4uniapp_project_code/src/components/login/logo.vue
-
19uniapp_project_code/src/components/login/pads_picker.vue
-
30uniapp_project_code/src/components/login/setting_mask.vue
-
4uniapp_project_code/src/pages.json
-
18uniapp_project_code/src/pages/login/index.vue
-
20uniapp_project_code/src/pages/login/success.vue
-
2uniapp_project_code/src/uni.scss
@ -0,0 +1,16 @@ |
|||||
|
{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ |
||||
|
// launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 |
||||
|
"version": "0.0", |
||||
|
"configurations": [{ |
||||
|
"app-plus" : |
||||
|
{ |
||||
|
"launchtype" : "local" |
||||
|
}, |
||||
|
"default" : |
||||
|
{ |
||||
|
"launchtype" : "local" |
||||
|
}, |
||||
|
"type" : "uniCloud" |
||||
|
} |
||||
|
] |
||||
|
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue