Browse Source

修改界面

master
xh-pan1 2 years ago
parent
commit
76fa23143c
  1. 2
      index.html
  2. 4
      src/api/nav.js
  3. 8
      src/util/server.js
  4. 10
      src/views/product/productDetailSlot.vue
  5. BIN
      static/cereshop.ico
  6. BIN
      static/image/nav-logo.png

2
index.html

@ -7,7 +7,7 @@
<meta http-equiv="Cache-Control"CONTENT="no-cache, must-revalidate">
<meta http-equiv="expires"CONTENT="0">
<link rel="icon" type="image/x-icon" href="static/cereshop.ico">
<title>cereshop商城</title>
<title>Thee商城</title>
</head>
<body>
<div id="app"></div>

4
src/api/nav.js

@ -1,7 +1,7 @@
import request from '@/util/server.js'
// export const settled = 'https://ceres.zkthink.com/settled-merchant/#/' // 商家入驻地址
export const settled = 'http://122.9.152.120/ceres-settled-merchant/#/' // 商家入驻地址
export const settled = 'https://wechat.hnthee.com/ceres-settled-merchant/#/' // 商家入驻地址
// export const settled = 'http://122.9.152.120/ceres-settled-merchant/#/' // 商家入驻地址
// 获取首页导航栏分类
export function getCategory () {

8
src/util/server.js

@ -7,11 +7,11 @@ import store from '@/store/index'
import Cookie from 'js-cookie'
promise.polyfill()
export const baseURL = (process.env.NODE_ENV === 'production') ? 'http://122.9.152.120/ceres-app-api' : '/api'
export const uploadURL = 'http://122.9.152.120/ceres-app-api/api'
// export const baseURL = (process.env.NODE_ENV === 'production') ? 'http://122.9.152.120/ceres-app-api' : '/api'
// export const uploadURL = 'http://122.9.152.120/ceres-app-api/api'
// export const baseURL = (process.env.NODE_ENV === 'production') ? 'http://14.22.116.132:81/ceres-app-api' : '/api'
// export const uploadURL = 'http://14.22.116.132:81/ceres-app-api/api'
export const baseURL = (process.env.NODE_ENV === 'production') ? 'https://wechat.hnthee.com/ceres-app-api' : '/api'
export const uploadURL = 'https://wechat.hnthee.com/ceres-app-api/api'
const service = axios.create({
baseURL,

10
src/views/product/productDetailSlot.vue

@ -320,6 +320,15 @@ export default {
.detailPage{
max-width: 1250px;
margin: auto;
>>>img {
max-width: 100%;
display:block;
float: none;
margin: 0;
padding: 0;
}
.top{
margin-bottom: 30px;
padding: 40px 45px;
@ -487,6 +496,7 @@ export default {
cursor: pointer;
}
}
.activityLabel:last-child{
margin-bottom: 0;
}

BIN
static/cereshop.ico

BIN
static/image/nav-logo.png

Before

Width: 51  |  Height: 43  |  Size: 1.8 KiB

After

Width: 1591  |  Height: 1336  |  Size: 19 KiB

Loading…
Cancel
Save