Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
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
西魏
cms_sys
Commits
9b74399c
Commit
9b74399c
authored
Jan 25, 2019
by
yinxr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Signed-off-by: yinxr <2273460044@qq.com>
parent
0b051a31
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
login.ftl
src/main/webapp/WEB-INF/manager/login.ftl
+2
-2
message-reply.ftl
src/main/webapp/WEB-INF/manager/mweixin/message-reply.ftl
+0
-1
message-reply.css
src/main/webapp/static/mweixin/css/message-reply.css
+1
-0
message-reply.less
src/main/webapp/static/mweixin/message-reply.less
+1
-0
No files found.
src/main/webapp/WEB-INF/manager/login.ftl
View file @
9b74399c
...
...
@@ -94,14 +94,14 @@ var loginVue = new Vue({
// 登录
checkLogin
:
function
(
form
)
{
var
that
=
this
;
ms
.
http
.
post
(
ms
.
base
+
"/ms/checkLogin.do"
,
form
).
then
(
function
(
data
)
{
ms
.
http
.
post
(
ms
.
manager
+
"/ms/checkLogin.do"
,
form
).
then
(
function
(
data
)
{
if
(
data
.
result
)
{
that
.
$notify
({
title
:
'成功'
,
message
:
'登录成功'
,
type
:
'success'
});
location
.
href
=
ms
.
base
+
"/index.
do
"
;
location
.
href
=
ms
.
base
+
"/index.
ftl
"
;
}
else
{
that
.
$notify
({
title
:
'失败'
,
...
...
src/main/webapp/WEB-INF/manager/mweixin/message-reply.ftl
View file @
9b74399c
...
...
@@ -17,7 +17,6 @@
<el-form-item
class=
"ms-message-reply-content"
>
<el-input
type=
"textarea"
placeholder=
"请输入内容"
v-model=
"messageReplyForm.reply"
:autosize=
"{ minRows: 4, maxRows: 4}"
resize=
'none'
...
...
src/main/webapp/static/mweixin/css/message-reply.css
View file @
9b74399c
...
...
@@ -99,6 +99,7 @@ textarea::-webkit-input-placeholder {
display
:
flex
;
justify-content
:
flex-start
;
padding
:
20px
;
height
:
267px
;
}
.ms-message-reply
>
div
:first-child
{
margin-right
:
10px
;
...
...
src/main/webapp/static/mweixin/message-reply.less
View file @
9b74399c
...
...
@@ -3,6 +3,7 @@
.ms-message-reply{
.ms-flex(flex-start);
padding:20px;
height: 267px;
>div:first-child{
margin-right:10px;
line-height: 40px;
...
...
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