Skip to content

Commit 2a0c3a9

Browse files
committed
接口调试
1 parent e7b1356 commit 2a0c3a9

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

src/config/env.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ let ApiUrl = '';
1717

1818
if (localapi) {
1919
ApiUrl = 'http://localhost:8001';
20-
imgBaseUrl = 'http://localhost:8001';
20+
imgBaseUrl = 'http://images.cangdu.org/';
2121
}else if(proapi){
2222
ApiUrl = 'http://cangdu.org:8001';
23-
imgBaseUrl = 'http://cangdu.org:8001';
23+
imgBaseUrl = 'http://images.cangdu.org/';
2424
}
2525
if (process.env.NODE_ENV == 'development') {
2626

2727
}else if(process.env.NODE_ENV == 'production'){
2828
proapi = true;
29-
ApiUrl = 'http://localhost:8001';
30-
imgBaseUrl = 'http://localhost:8001';
29+
ApiUrl = 'http://cangdu.org:8001';
30+
imgBaseUrl = 'http://images.cangdu.org/';
3131
}
3232

3333
export {

src/page/shop/shop.vue

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<div>
33
<section v-if="!showLoading" class="shop_container">
44
<nav class="goback" @click="goback">
5-
<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" version="1.1">
6-
<polyline points="12,18 4,9 12,0" style="fill:none;stroke:rgb(255,255,255);stroke-width:2"/>
5+
<svg width="4rem" height="100%" xmlns="http://www.w3.org/2000/svg" version="1.1">
6+
<polyline points="12,18 4,9 12,0" style="fill:none;stroke:rgb(255,255,255);stroke-width:3"/>
77
</svg>
88
</nav>
99
<header class="shop_detail_header" ref="shopheader" :style="{zIndex: showActivities? '14':'10'}">
@@ -749,9 +749,10 @@
749749
top: 0;
750750
left: 0;
751751
width: 100%;
752-
z-index: 120;
753-
padding-top: 0.6rem;
754-
padding-left: 0.5rem;
752+
height: 2rem;
753+
z-index: 17;
754+
padding-top: 0.2rem;
755+
padding-left: 0.2rem;
755756
}
756757
.shop_detail_header{
757758
overflow: hidden;

0 commit comments

Comments
 (0)