Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
5a7e58fe
Commit
5a7e58fe
authored
Sep 24, 2024
by
‘yangmengxue’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
填写个人信息-相关资料
parent
ac1aeddf
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
466 additions
and
131 deletions
+466
-131
src/assets/scss/SignUp/referInfo.scss
src/assets/scss/SignUp/referInfo.scss
+10
-9
src/components/index/SignUp/referInfo.vue
src/components/index/SignUp/referInfo.vue
+396
-94
src/config/server.js
src/config/server.js
+6
-24
src/views/index/camp/SignUp.vue
src/views/index/camp/SignUp.vue
+54
-4
No files found.
src/assets/scss/SignUp/referInfo.scss
View file @
5a7e58fe
...
...
@@ -139,20 +139,14 @@
text-align
:
center
;
}
}
&
.bgPic
{
.el-form-item__label
{
font-size
:
14px
;
}
.bgInfo
{
font-size
:
12px
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#a7a2a6
;
line-height
:
24px
;
}
}
.el-select
{
...
...
@@ -161,7 +155,7 @@
.image_add
{
position
:
relative
;
margin-top
:
24px
;
//
margin-top: 24px;
.image_in
{
.limit_10
{
...
...
@@ -222,5 +216,12 @@
}
}
.bgInfo
{
font-size
:
12px
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#a7a2a6
;
line-height
:
24px
;
}
}
}
src/components/index/SignUp/referInfo.vue
View file @
5a7e58fe
This diff is collapsed.
Click to expand it.
src/config/server.js
View file @
5a7e58fe
// export const SERVER_URL = "https://ysslapi.thussat.cn"; // 测试环境
// export const DEVELOPMENT_SERVER_URL = "https://ysslapi.thussat.cn"; //开发环境
// export const SERVER_WS_URL = "wss://ysslapi.thussat.cn"; // websocket
// export const SERVER_URL = "http://123.56.237.167:20202"; // 测试环境
// export const DEVELOPMENT_SERVER_URL = "http://123.56.237.167:20202"; //测试环境
// export const SERVER_WS_URL = "wss://123.56.237.167:20202"; // websocket
// 正式(暂时不用)
// export const SERVER_URL = 'https://api1.testgate.cn' // 正式环境
// export const DEVELOPMENT_SERVER_URL = 'https://api1.testgate.cn' // 开发环境
// export const SERVER_WS_URL = 'wss://api1.testgate.cn' // websocket
// 正式
// export const SERVER_URL = "https://apiy.thuers.com/modules-campsite"; // 正式环境
// export const DEVELOPMENT_SERVER_URL = " https://apiy.thuers.com/modules-campsite"; //开发环境
// export const SERVER_WS_URL = "wss://apiy.thuers.com"; // websocket
// 测试
// export const SERVER_URL = "https://tgwapi.campcenter.cn/modules-campsite"; // 正式环境
// export const DEVELOPMENT_SERVER_URL = "https://tgwapi.campcenter.cn/modules-campsite"; //开发环境
// export const SERVER_WS_URL = "wss://tgwapi.campcenter.cn"; // websocket
// 正式
export
const
SERVER_URL
=
"
https://gwapi.campcenter.cn/modules-campsite
"
;
// 正式环境
export
const
DEVELOPMENT_SERVER_URL
=
"
https://gwapi.campcenter.cn/modules-campsite
"
;
//开发环境
export
const
SERVER_WS_URL
=
"
wss://gwapi.campcenter.cn
"
;
// websocket
//
export const SERVER_URL = "https://gwapi.campcenter.cn/modules-campsite"; // 正式环境
//
export const DEVELOPMENT_SERVER_URL = "https://gwapi.campcenter.cn/modules-campsite"; //开发环境
//
export const SERVER_WS_URL = "wss://gwapi.campcenter.cn"; // websocket
// 测试
// export const SERVER_URL = "http://
8088/modules-campsite"; // 正式环境
// export const DEVELOPMENT_SERVER_URL = "http://43.143.166.79
:8088/modules-campsite"; //开发环境
// export const SERVER_WS_URL = "wss://43.143.166.79
:8088"; // websocket
export
const
SERVER_URL
=
"
http://192.168.1.146:
8088/modules-campsite
"
;
// 正式环境
export
const
DEVELOPMENT_SERVER_URL
=
"
http://192.168.1.146
:8088/modules-campsite
"
;
//开发环境
export
const
SERVER_WS_URL
=
"
wss://192.168.1.146
:8088
"
;
// websocket
src/views/index/camp/SignUp.vue
View file @
5a7e58fe
...
...
@@ -331,9 +331,13 @@
window
.
localStorage
.
setItem
(
"
examine_reason
"
+
code
,
res
.
data
.
examine_reason
);
//资料审核状态
const
aPath
=
res
.
data
.
achievement_path
;
if
(
aPath
)
{
let
arr
=
aPath
.
split
(
"
,
"
);
// 回显上传的相关资料图片
const
aPath1
=
res
.
data
.
transcripts
;
const
aPath2
=
res
.
data
.
achievementCertificate
;
const
aPath3
=
res
.
data
.
safetyNotices
;
const
aPath4
=
res
.
data
.
achievement_path
;
if
(
aPath1
)
{
let
arr
=
aPath1
.
split
(
"
,
"
);
let
fileList
=
[];
fileList
=
arr
.
map
((
item
)
=>
{
let
obj
=
{
...
...
@@ -341,7 +345,53 @@
};
return
obj
;
});
window
.
localStorage
.
setItem
(
"
sign_up_file_
"
+
window
.
localStorage
.
setItem
(
"
sign_up_file1_
"
+
window
.
localStorage
.
getItem
(
"
index-phone-all
"
)
+
code
,
JSON
.
stringify
(
fileList
)
);
//上传的图片
}
if
(
aPath2
)
{
let
arr
=
aPath2
.
split
(
"
,
"
);
console
.
log
(
arr
)
let
fileList
=
[];
fileList
=
arr
.
map
((
item
)
=>
{
let
obj
=
{
url
:
item
,
};
return
obj
;
});
window
.
localStorage
.
setItem
(
"
sign_up_file2_
"
+
window
.
localStorage
.
getItem
(
"
index-phone-all
"
)
+
code
,
JSON
.
stringify
(
fileList
)
);
//上传的图片
}
if
(
aPath3
)
{
let
arr
=
aPath3
.
split
(
"
,
"
);
let
fileList
=
[];
fileList
=
arr
.
map
((
item
)
=>
{
let
obj
=
{
url
:
item
,
};
return
obj
;
});
window
.
localStorage
.
setItem
(
"
sign_up_file3_
"
+
window
.
localStorage
.
getItem
(
"
index-phone-all
"
)
+
code
,
JSON
.
stringify
(
fileList
)
);
//上传的图片
}
if
(
aPath4
)
{
let
arr
=
aPath4
.
split
(
"
,
"
);
let
fileList
=
[];
fileList
=
arr
.
map
((
item
)
=>
{
let
obj
=
{
url
:
item
,
};
return
obj
;
});
window
.
localStorage
.
setItem
(
"
sign_up_file4_
"
+
window
.
localStorage
.
getItem
(
"
index-phone-all
"
)
+
code
,
JSON
.
stringify
(
fileList
)
...
...
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