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
9b956690
Commit
9b956690
authored
Feb 24, 2020
by
王建威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fi
parent
38387c45
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
27 deletions
+51
-27
index.html
index.html
+36
-0
manifest.json
manifest.json
+14
-26
index.vue
pages/index/index.vue
+1
-1
No files found.
index.html
0 → 100644
View file @
9b956690
<!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 @
9b956690
...
...
@@ -2,7 +2,7 @@
"name"
:
"shop_mobile_uni"
,
"appid"
:
"__UNI__F904656"
,
"description"
:
""
,
"versionName"
:
"1.0.
0
"
,
"versionName"
:
"1.0.
3
"
,
"versionCode"
:
"100"
,
"transformPx"
:
false
,
"app-plus"
:
{
...
...
@@ -47,38 +47,26 @@
"mode"
:
"history"
,
"base"
:
"/uni"
},
"publicPath"
:
"https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/mirror/1.0.
0
/"
,
"publicPath"
:
"https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/mirror/1.0.
3
/"
,
"optimization"
:
{
"treeShaking"
:
{
"enable"
:
true
}
},
"h5"
:
{
"title"
:
"谛宝多多商城"
,
"router"
:
{
"mode"
:
"history"
,
"base"
:
"/uni"
},
"publicPath"
:
"https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/"
,
"optimization"
:
{
"treeShaking"
:
{
"enable"
:
true
}
},
"devServer"
:
{
"port"
:
8080
,
"disableHostCheck"
:
true
,
"proxy"
:
{
"/uni/api"
:
{
"target"
:
"http://192.168.124.33:6564/"
,
"changeOrigin"
:
true
,
"secure"
:
false
,
"pathRewrite"
:
{
"^/uni/api"
:
"api"
}
"devServer"
:
{
"port"
:
8080
,
"disableHostCheck"
:
true
,
"proxy"
:
{
"/uni/api"
:
{
"target"
:
"http://192.168.50.133:6564/"
,
"changeOrigin"
:
true
,
"secure"
:
false
,
"pathRewrite"
:
{
"^/uni/api"
:
"api"
}
}
}
}
},
"template"
:
"index.html"
}
}
\ No newline at end of file
pages/index/index.vue
View file @
9b956690
...
...
@@ -150,7 +150,7 @@
this
.
credit_goods_list
=
res
.
data
.
data
.
credit_goods_list
;
this
.
isLogin
=
res
.
data
.
login_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
)
{
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