Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
danzhai-sign
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fa5f1b6c
authored
May 31, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传脚本编写
parent
0b697dff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
src/views/Home.vue
+5
-4
uploadtest.sh
+7
-0
No files found.
src/views/Home.vue
View file @
fa5f1b6c
...
...
@@ -242,13 +242,14 @@ export default {
}
else
{
return
;
}
this
.
addressDetail
=
this
.
$refs
.
input4
.
setVal
()
this
.
danwei
=
this
.
$refs
.
input3
.
setVal
()
console
.
log
(
this
.
addressDetail
,
this
.
danwei
)
if
(
this
.
address1
==
''
||
this
.
address1
===
'您所在的城市*'
){
if
(
!
this
.
address1
||
this
.
address1
==
'您所在的城市*'
){
Toast
(
'请选择您所在的城市'
);
return
;
}
this
.
addressDetail
=
this
.
$refs
.
input4
.
setVal
()
this
.
danwei
=
this
.
$refs
.
input3
.
setVal
()
console
.
log
(
this
.
addressDetail
,
this
.
danwei
)
Indicator
.
open
();
this
.
$http
.
post
(
'contest/sign/save'
,
{
mobile
:
_this
.
phoneNumber
,
...
...
uploadtest.sh
0 → 100644
View file @
fa5f1b6c
# cp ./dist/index.html ./dist/index.blade.php
cp ./dist/index.html ./dist/index.blade.php
\s
cp
-r
./dist/index.blade.php root@101.200.152.229:/home/webroot/wanda.h5comment/src/resources/views/web/sign
# \scp -r ./dist/static root@101.200.152.229:/home/webroot/wanda.h5comment/src/public/message
\s
cp
-r
./dist/
*
root@101.200.152.229:/home/webroot/wanda.h5comment/src/public/sign
# pass word Maxrocky5721
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment