Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
common-templete
Overview
Overview
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
汤强勇
common-templete
Commits
5c01c403
Commit
5c01c403
authored
Mar 04, 2019
by
liuying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
parent
5a48e805
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
reset.css
src/assets/styles/reset.css
+1
-1
api.js
src/tool/api.js
+3
-1
No files found.
src/assets/styles/reset.css
View file @
5c01c403
...
...
@@ -19,7 +19,7 @@ button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark
{
background-color
:
transparent
}
a
,
ins
,
s
,
u
,
del
{
text-decoration
:
none
}
sup
,
sub
{
vertical-align
:
baseline
}
html
{
overflow-x
:
hidden
;
height
:
100%
;
font-size
:
50px
;
-webkit-tap-highlight-color
:
transparent
;}
html
{
overflow-x
:
auto
;
height
:
100%
;
font-size
:
50px
;
-webkit-tap-highlight-color
:
transparent
;}
body
{
font-family
:
Arial
,
"Microsoft Yahei"
,
"Helvetica Neue"
,
Helvetica
,
sans-serif
;
color
:
#333
;
font-size
:
.28em
;
line-height
:
1
;
-webkit-text-size-adjust
:
none
;}
hr
{
height
:
.02rem
;
margin
:
.1rem
0
;
border
:
medium
none
;
border-top
:
.02rem
solid
#cacaca
;}
a
{
color
:
#0000FF
;
text-decoration
:
none
;}
src/tool/api.js
View file @
5c01c403
import
config
from
'@/config'
export
default
{
getMenu
:
'http://testcenter.bigaka.net/crm/back/menu/getMenu'
,
getMenu
:
`
${
config
.
host
}
/crm/back/menu/getMenu`
,
getAuthState
:
'http://testcenter.bigaka.net/crm/back/wechat/msg-mass/marketingPushAuthState'
,
// 营销中心
getMaterialsList
:
'http://testcenter.bigaka.net/crm/back/wechat/msg-mass/materials-list'
,
// 获取图文素材列表
...
...
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