记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
53028f6a
Commit
53028f6a
authored
Sep 08, 2021
by
liuran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改会员基础信息
parent
6b926528
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
363 additions
and
6 deletions
+363
-6
upload.html
...n-web/src/main/resources/static/zhengzai/html/upload.html
+62
-0
uploadMember.html
...src/main/resources/static/zhengzai/html/uploadMember.html
+62
-0
info.html
...c/main/resources/templates/zhengzai/adam/member/info.html
+205
-6
memberbanner.html
...esources/templates/zhengzai/adam/member/memberbanner.html
+34
-0
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/static/zhengzai/html/upload.html
0 → 100644
View file @
53028f6a
<!DOCTYPE html>
<html
lang=
"zh"
xmlns:th=
"http://www.thymeleaf.org"
>
<head>
<link
href=
"favicon.ico"
rel=
"shortcut icon"
>
<link
href=
"/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"/css/jquery.contextMenu.min.css"
rel=
"stylesheet"
>
<link
href=
"/css/font-awesome.min.css"
rel=
"stylesheet"
>
<link
href=
"/css/animate.css"
rel=
"stylesheet"
>
<link
href=
"/css/style.css"
rel=
"stylesheet"
>
<link
href=
"/css/skins.css"
rel=
"stylesheet"
>
<link
href=
"/ruoyi/css/ry-ui.css?v=4.6.1"
rel=
"stylesheet"
>
<link
href=
"/ajax/libs/bootstrap-fileinput/fileinput.min.css?v=20201202"
rel=
"stylesheet"
>
</head>
<body
class=
"white-bg"
>
<div
class=
"wrapper wrapper-content animated fadeInRight ibox-content"
>
<div
class=
"file-loading"
>
<input
id=
"fileinput-demo-1"
type=
"file"
name=
"file"
data-browse-on-zone-click=
"true"
data-msg-placeholder=
"Select {files} for upload..."
>
<input
hidden
id=
"coverImg"
name=
"coverImg"
>
</div>
</div>
<!-- 全局js -->
<script
src=
"/js/jquery.min.js"
></script>
<script
src=
"/js/bootstrap.min.js"
></script>
<script
src=
"/js/plugins/metisMenu/jquery.metisMenu.js"
></script>
<script
src=
"/js/plugins/slimscroll/jquery.slimscroll.min.js"
></script>
<script
src=
"/js/jquery.contextMenu.min.js"
></script>
<script
src=
"/ajax/libs/blockUI/jquery.blockUI.js"
></script>
<script
src=
"/ajax/libs/layer/layer.min.js"
></script>
<script
src=
"/ruoyi/js/ry-ui.js?v=4.6.1"
></script>
<script
src=
"/ruoyi/js/common.js?v=4.6.1"
></script>
<script
src=
"/ruoyi/index.js?v=20201208"
></script>
<script
src=
"/ajax/libs/fullscreen/jquery.fullscreen.js"
></script>
<script
src=
"/ajax/libs/bootstrap-fileinput/fileinput.min.js?v=20201202"
></script>
<script
type=
"text/javascript"
>
var
platformUrl
=
"[[${platformUrl}]]"
;
var
url6
=
"[[${url6}]]"
;
var
url7
=
"[[${url7}]]"
;
var
url14
=
"[[${url14}]]"
;
$
(
function
()
{
$
(
"#fileinput-demo-1"
).
fileinput
({
'theme'
:
'explorer-fas'
,
// 'uploadUrl': "/kylin/banners/upload3",
// 'uploadUrl': "http://127.0.0.1:9003" + "/platform/basicServices/alOss/upload",
'uploadUrl'
:
"https://devplatform.zhengzai.tv/platform/basicServices/alOss/upload"
,
"uploadExtraData"
:
{
"pathName"
:
"banner"
,
"buckType"
:
1
},
// overwriteInitial: false,
// initialPreviewAsData: true,
autoReplace
:
true
,
dropZoneTitle
:
"请上传文件"
,
maxFileCount
:
1
});
$
(
"#fileinput-demo-1"
).
on
(
"fileuploaded"
,
function
(
event
,
data
,
previewId
,
index
)
{
window
.
localStorage
.
setItem
(
'vipBanner'
,
data
.
response
.
data
.
ossPath
);
});
})
</script>
</body>
</html>
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/static/zhengzai/html/uploadMember.html
0 → 100644
View file @
53028f6a
<!DOCTYPE html>
<html
lang=
"zh"
xmlns:th=
"http://www.thymeleaf.org"
>
<head>
<link
href=
"favicon.ico"
rel=
"shortcut icon"
>
<link
href=
"/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"/css/jquery.contextMenu.min.css"
rel=
"stylesheet"
>
<link
href=
"/css/font-awesome.min.css"
rel=
"stylesheet"
>
<link
href=
"/css/animate.css"
rel=
"stylesheet"
>
<link
href=
"/css/style.css"
rel=
"stylesheet"
>
<link
href=
"/css/skins.css"
rel=
"stylesheet"
>
<link
href=
"/ruoyi/css/ry-ui.css?v=4.6.1"
rel=
"stylesheet"
>
<link
href=
"/ajax/libs/bootstrap-fileinput/fileinput.min.css?v=20201202"
rel=
"stylesheet"
>
</head>
<body
class=
"white-bg"
>
<div
class=
"wrapper wrapper-content animated fadeInRight ibox-content"
>
<div
class=
"file-loading"
>
<input
id=
"fileinput-demo-1"
type=
"file"
name=
"file"
data-browse-on-zone-click=
"true"
data-msg-placeholder=
"Select {files} for upload..."
>
<input
hidden
id=
"coverImg"
name=
"coverImg"
>
</div>
</div>
<!-- 全局js -->
<script
src=
"/js/jquery.min.js"
></script>
<script
src=
"/js/bootstrap.min.js"
></script>
<script
src=
"/js/plugins/metisMenu/jquery.metisMenu.js"
></script>
<script
src=
"/js/plugins/slimscroll/jquery.slimscroll.min.js"
></script>
<script
src=
"/js/jquery.contextMenu.min.js"
></script>
<script
src=
"/ajax/libs/blockUI/jquery.blockUI.js"
></script>
<script
src=
"/ajax/libs/layer/layer.min.js"
></script>
<script
src=
"/ruoyi/js/ry-ui.js?v=4.6.1"
></script>
<script
src=
"/ruoyi/js/common.js?v=4.6.1"
></script>
<script
src=
"/ruoyi/index.js?v=20201208"
></script>
<script
src=
"/ajax/libs/fullscreen/jquery.fullscreen.js"
></script>
<script
src=
"/ajax/libs/bootstrap-fileinput/fileinput.min.js?v=20201202"
></script>
<script
type=
"text/javascript"
>
var
platformUrl
=
"[[${platformUrl}]]"
;
var
url6
=
"[[${url6}]]"
;
var
url7
=
"[[${url7}]]"
;
var
url14
=
"[[${url14}]]"
;
$
(
function
()
{
$
(
"#fileinput-demo-1"
).
fileinput
({
'theme'
:
'explorer-fas'
,
// 'uploadUrl': "/kylin/banners/upload3",
// 'uploadUrl': "http://127.0.0.1:9003" + "/platform/basicServices/alOss/upload",
'uploadUrl'
:
"https://devplatform.zhengzai.tv/platform/basicServices/alOss/upload"
,
"uploadExtraData"
:
{
"pathName"
:
"banner"
,
"buckType"
:
1
},
// overwriteInitial: false,
// initialPreviewAsData: true,
autoReplace
:
true
,
dropZoneTitle
:
"请上传文件"
,
maxFileCount
:
1
});
$
(
"#fileinput-demo-1"
).
on
(
"fileuploaded"
,
function
(
event
,
data
,
previewId
,
index
)
{
window
.
localStorage
.
setItem
(
'vipLast'
,
data
.
response
.
data
.
ossPath
);
});
})
</script>
</body>
</html>
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/adam/member/info.html
View file @
53028f6a
This diff is collapsed.
Click to expand it.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/adam/member/memberbanner.html
0 → 100644
View file @
53028f6a
<!DOCTYPE html>
<html
lang=
"zh"
xmlns:th=
"http://www.thymeleaf.org"
>
<head>
<th:block
th:include=
"include :: header('请上传banner')"
/>
<th:block
th:include=
"include :: bootstrap-fileinput-css"
/>
</head>
<body
class=
"white-bg"
>
<th:block
th:include=
"include :: footer"
/>
<th:block
th:include=
"include :: bootstrap-fileinput-js"
/>
<th:block
th:include=
"include :: bootstrap-fileinput-css"
/>
<script
type=
"text/javascript"
>
$
(
function
()
{
$
(
"#fileinput-demo-1"
).
fileinput
({
'theme'
:
'explorer-fas'
,
// 'uploadUrl': "/kylin/banners/upload3",
// 'uploadUrl': "http://127.0.0.1:9003" + "/platform/basicServices/alOss/upload",
'uploadUrl'
:
platformUrl
+
"/platform/basicServices/alOss/upload"
,
"uploadExtraData"
:
{
"pathName"
:
"banner"
,
"buckType"
:
1
},
// overwriteInitial: false,
// initialPreviewAsData: true,
autoReplace
:
true
,
dropZoneTitle
:
"请上传文件"
,
maxFileCount
:
1
});
})
</script>
</body>
</html>
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