Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shop_mobile_uni
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
郑秀明
shop_mobile_uni
Commits
04b83329
Commit
04b83329
authored
Feb 24, 2020
by
郑秀明
Browse files
Options
Browse Files
Download
Plain Diff
修改配置文件
parents
f95caef0
9b956690
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
2 deletions
+42
-2
index.html
index.html
+36
-0
manifest.json
manifest.json
+2
-1
fail.vue
pages/fail.vue
+3
-0
index.vue
pages/index/index.vue
+1
-1
No files found.
index.html
0 → 100644
View file @
04b83329
<!DOCTYPE html>
<html
lang=
"zh-CN"
>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
>
<meta
name=
"description"
content=
"宠物行业一站式B2B采购平台"
>
<meta
name=
"keywords"
content=
"谛宝多多 谛宝多多商城 谛宝 宝多多 有宝 小谛"
>
<link
rel=
"shortcut icon"
href=
"https://dbc-static.oss-cn-beijing.aliyuncs.com/wx/logo.jpg"
type=
"image/x-icon"
>
<title>
谛宝商城
</title>
<script>
document
.
addEventListener
(
'DOMContentLoaded'
,
function
()
{
document
.
documentElement
.
style
.
fontSize
=
document
.
documentElement
.
clientWidth
/
20
+
'px'
})
</script>
<link
rel=
"stylesheet"
href=
"<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css"
/>
</head>
<body>
<noscript>
<strong>
Please enable JavaScript to continue.
</strong>
</noscript>
<div
id=
"app"
></div>
<script>
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?b27decccecf2e6c641de1ca7efb2b5a2"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
<!-- built files will be auto injected -->
</body>
</html>
\ No newline at end of file
manifest.json
View file @
04b83329
...
@@ -89,6 +89,7 @@
...
@@ -89,6 +89,7 @@
}
}
}
}
}
}
}
},
"template"
:
"index.html"
}
}
}
}
pages/fail.vue
View file @
04b83329
...
@@ -71,6 +71,9 @@
...
@@ -71,6 +71,9 @@
text-align: center;
text-align: center;
line-height: 80rpx;
line-height: 80rpx;
margin: 48rpx auto 0;
margin: 48rpx auto 0;
font-size: 28rpx;
font-family:PingFangSC-Regular,PingFang SC;
font-weight:400;
}
}
}
}
}
}
...
...
pages/index/index.vue
View file @
04b83329
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
this
.
credit_goods_list
=
res
.
data
.
data
.
credit_goods_list
;
this
.
credit_goods_list
=
res
.
data
.
data
.
credit_goods_list
;
this
.
isLogin
=
res
.
data
.
login_flg
;
this
.
isLogin
=
res
.
data
.
login_flg
;
this
.
credit_flg
=
res
.
data
.
credit_flg
;
this
.
credit_flg
=
res
.
data
.
credit_flg
;
this
.
is_city
=
res
.
data
.
city_fl
a
g
;
this
.
is_city
=
res
.
data
.
city_flg
;
if
(
res
.
data
.
data
.
customer_name
)
{
if
(
res
.
data
.
data
.
customer_name
)
{
this
.
customer_name
=
res
.
data
.
data
.
customer_name
;
this
.
customer_name
=
res
.
data
.
data
.
customer_name
;
}
}
...
...
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