diff --git a/assets/css/common.scss b/assets/css/common.scss index 954206c..242301c 100644 --- a/assets/css/common.scss +++ b/assets/css/common.scss @@ -48,7 +48,8 @@ .rich-text { margin-bottom: 1.25rem; img { - max-width: 100%; + width: 100% !important; + height: auto !important } p { text-align: left; diff --git a/env.js b/env.js index 7c19ab6..af387ea 100644 --- a/env.js +++ b/env.js @@ -9,7 +9,7 @@ module.exports = { dev: { MODE: 'dev', // VUE_APP_API_URL: 'https://admin.cdtrucktralier.com/', - VUE_APP_API_URL: 'http://192.168.1.13:8099/', + VUE_APP_API_URL: 'https://admin.cdtrucktralier.com/', VUE_APP_WEBSOCKET: 'wss://admin.cdtrucktralier.com/ws/asset/' }, // 生产环境 接口请求地址 (http)或(https)://www.a.com(换成你的域名)/api 非独立部署默认为空 diff --git a/nuxt.config.js b/nuxt.config.js index 1cff163..ceb3f07 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -15,6 +15,7 @@ export default { title: 'China Trailer, Truck, Trailer Parts, Truck Parts Manufacturers and Factory - Price - SINOTRUCK', meta: [ { charset: 'utf-8' }, + {name:"google-site-verification",content: "yvuzDTQlcVFJ3L9USTa-dDqYnXp1MA6bL2doJmcv9o8"}, { name: 'apple-mobile-web-app-capable', content: "yes" }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, { hid: 'http-equiv', 'http-equiv': "X-UA-Compatible", content: "IE=edge" }, diff --git a/pages/products/_id.vue b/pages/products/_id.vue index 65e8513..f381dc0 100644 --- a/pages/products/_id.vue +++ b/pages/products/_id.vue @@ -424,9 +424,13 @@ export default { font-family: 'SourceHanSansCN-Heavy'; font-size: 1rem; } - .parameter { + ::v-deep.parameter { height: min-content; min-height: 17.5rem; + img { + width: 100% !important; + height: auto !important + } p { color: #2d2d30; font-size: .875rem;