Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-17 15:16:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
860ea13683583a00bd20fa9ba2df1d5639318f10
860ea136
1 parent
d2883ae6
🌈 style:
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
src/components/LoginBox/index.vue
src/views/client/index.vue
src/components/LoginBox/index.vue
View file @
860ea13
...
...
@@ -162,7 +162,6 @@ const countDown = useCountDown({
const sendCode = () => { // 发送验证码
countDown.start();
// TODO: 验证码接口
axios.post('/srv/?a=bind_phone&t=get_code', {
phone: phone.value
})
...
...
src/views/client/index.vue
View file @
860ea13
...
...
@@ -65,7 +65,6 @@ const goSchool = () => { // 跳转选择幼儿园页面
<style lang="less" scoped>
.client-index-page {
// 背景图 宽度100% 高度控制
// TODO: 图片需要修改
// background-image: url('@images/shouyedongtu.gif');
background-image: url('http://gyzs.onwall.cn/shouyedongtu.gif');
background-repeat: no-repeat;
...
...
Please
register
or
login
to post a comment