Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
5c005e5d
Commit
5c005e5d
authored
Sep 10, 2023
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
328d5c65
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
config/xhyx_prod.env.js
+1
-0
src/components/common/CustomNav.vue
+1
-1
src/components/common/pageLoading.vue
+3
-1
src/pages/home/index.vue
+0
-0
No files found.
config/xhyx_prod.env.js
View file @
5c005e5d
...
@@ -28,6 +28,7 @@ module.exports = merge(prodEnv, {//zjgyl
...
@@ -28,6 +28,7 @@ module.exports = merge(prodEnv, {//zjgyl
POSTHOG_HOST
:
'"https://posthog.mayi118.com"'
,
POSTHOG_HOST
:
'"https://posthog.mayi118.com"'
,
MANALYTICS_HOST
:
'"http://bi.xinhuabest.com/log/xinhua.gif"'
,
MANALYTICS_HOST
:
'"http://bi.xinhuabest.com/log/xinhua.gif"'
,
AREA_JSON
:
'"https://new-xhyx.obs.cidc-rp-2005.joint.cmecloud.cn/product/json/f7746156-6329-4130-b724-eda06215ddea.json"'
,
AREA_JSON
:
'"https://new-xhyx.obs.cidc-rp-2005.joint.cmecloud.cn/product/json/f7746156-6329-4130-b724-eda06215ddea.json"'
,
SHOP_LOGO
:
'"https://new-xhyx.obs.cidc-rp-2005.joint.cmecloud.cn/product/png/dca9f433-bf71-4c0c-bf7a-bc7efbce311d.png"'
// IMG_DOMAIN: '"http://cdn.mayi888.com"',
// IMG_DOMAIN: '"http://cdn.mayi888.com"',
})
})
src/components/common/CustomNav.vue
View file @
5c005e5d
...
@@ -113,7 +113,7 @@ export default {
...
@@ -113,7 +113,7 @@ export default {
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
font-size
:
1
3px
;
font-size
:
1
em
;
font-family
:
"PingFangSC-Medium, PingFang SC"
;
font-family
:
"PingFangSC-Medium, PingFang SC"
;
}
}
}
}
...
...
src/components/common/pageLoading.vue
View file @
5c005e5d
...
@@ -23,7 +23,9 @@ export default {
...
@@ -23,7 +23,9 @@ export default {
computed
:
{
computed
:
{
shopLogo
()
{
shopLogo
()
{
let
logoUrl
=
""
;
let
logoUrl
=
""
;
if
(
wx
.
getStorageSync
(
"logoUrl"
))
{
if
(
process
.
env
.
SHOP_LOGO
)
{
logoUrl
=
process
.
env
.
SHOP_LOGO
;
}
else
if
(
wx
.
getStorageSync
(
"logoUrl"
))
{
logoUrl
=
wx
.
getStorageSync
(
"logoUrl"
);
logoUrl
=
wx
.
getStorageSync
(
"logoUrl"
);
}
else
{
}
else
{
logoUrl
=
app
.
globalData
&&
app
.
globalData
.
shopInfo
&&
app
.
globalData
.
shopInfo
.
logoUrl
;
logoUrl
=
app
.
globalData
&&
app
.
globalData
.
shopInfo
&&
app
.
globalData
.
shopInfo
.
logoUrl
;
...
...
src/pages/home/index.vue
View file @
5c005e5d
This diff is collapsed.
Click to expand it.
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