Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
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
new-sing
admin-base
Commits
2c00e7fa
Commit
2c00e7fa
authored
Aug 27, 2018
by
wangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面编写
parent
4739ef69
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
10 deletions
+25
-10
boxDialog.vue
src/components/box/boxDialog.vue
+4
-2
focusReply.vue
src/components/weChat/focusReply.vue
+13
-0
index.js
src/router/index.js
+4
-4
menuList.js
src/util/menuList.js
+4
-4
No files found.
src/components/box/boxDialog.vue
View file @
2c00e7fa
...
...
@@ -143,13 +143,14 @@
});
this
.
form
.
item_stock_arr
.
push
({
stock_id
:
x
.
id
,
num
:
x
.
checkNum
})
});
this
.
form
.
item_stock_arr
=
JSON
.
stringify
(
this
.
form
.
item_stock_arr
)
if
(
this
.
imageList
.
length
>
0
){
this
.
form
.
cover
=
this
.
imageList
[
0
].
name
;
}
let
_json
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
form
));
_json
.
item_stock_arr
=
JSON
.
stringify
(
_json
.
item_stock_arr
);
switch
(
this
.
boxDialogObj
.
type
)
{
case
0
:
addBoxApi
(
this
.
boxDialogObj
.
category_id
,
this
.
form
).
then
(
res
=>
{
addBoxApi
(
this
.
boxDialogObj
.
category_id
,
_json
).
then
(
res
=>
{
this
.
$message
({
type
:
'success'
,
message
:
'添加成功!'
...
...
@@ -162,6 +163,7 @@
changeTrans
(
a
,
b
,
c
){
console
.
log
(
c
)
},
beforeAvatarUpload
(){
this
.
uploadShow
=
false
},
...
...
src/components/weChat/focusReply.vue
0 → 100644
View file @
2c00e7fa
<
template
>
</
template
>
<
script
>
export
default
{
name
:
"focusReply"
}
</
script
>
<
style
scoped
>
</
style
>
src/router/index.js
View file @
2c00e7fa
...
...
@@ -19,7 +19,7 @@ import classList from '@/components/class'
import
order
from
'@/components/order'
import
shop
from
'@/components/shop'
import
consignment
from
'@/components/consignment'
import
notice
from
'@/components/notice
'
import
focusReply
from
'@/components/weChat/focusReply
'
import
weChat
from
'@/components/weChat'
import
help
from
'@/components/help'
import
sysConfig
from
'@/components/system/sysConfig'
...
...
@@ -52,9 +52,9 @@ const router =new Router({
name
:
'help'
,
component
:
help
},{
path
:
'/
notice
'
,
name
:
'
notice
'
,
component
:
notice
path
:
'/
focusReply
'
,
name
:
'
focusReply
'
,
component
:
focusReply
},{
path
:
'/weChat'
,
name
:
'weChat'
,
...
...
src/util/menuList.js
View file @
2c00e7fa
...
...
@@ -106,12 +106,12 @@ export default [
icon
:
'icon-ai-weixin'
,
list
:
[
{
value
:
'
通知管理
'
,
routerName
:
'
notice
'
,
path
:
'/
notice
'
value
:
'
关注回复
'
,
routerName
:
'
focusReply
'
,
path
:
'/
focusReply
'
},
{
value
:
'
回复设置
'
,
value
:
'
关键词回复
'
,
routerName
:
'autoReply'
,
path
:
'/autoReply'
},
...
...
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