Browse Source

2023.11.28
- 更换根路径

zweiqin 1 year ago
parent
commit
8b16bea4ea
4 changed files with 4 additions and 4 deletions
  1. 1 1
      components/canvasShow/config/api.js
  2. 1 1
      config/api.js
  3. 1 1
      pages.json
  4. 1 1
      pages/tabbar/index/component/FixedHead.vue

+ 1 - 1
components/canvasShow/config/api.js

@@ -2,7 +2,7 @@
 
 // 获取当前环境变量 true => 生产环境 false => 开发环境
 // const BASEURL = process.env.VUE_APP_DOMAIN_PREFIX
-const BASEURL = process.env.NODE_ENV === 'production' ? 'https://mtrappapi.tuanfengkeji.cn' : 'http://192.168.0.91:9007'
+const BASEURL = process.env.NODE_ENV === 'production' ? 'https://mtrappapi.tfcliao.com' : 'http://192.168.0.91:9007'
 // const BASEURL = (process.env.NODE_ENV === 'production') ? 'http://127.0.0.1:9007' : 'http://127.0.0.1:9007'
 
 export const api = {

+ 1 - 1
config/api.js

@@ -1,6 +1,6 @@
 // const DOMAIN_PREFIX = 'http://127.0.0.1:9007'
 // const DOMAIN_PREFIX = 'http://192.168.0.91:9007'
-const DOMAIN_PREFIX = 'https://mtrappapi.tuanfengkeji.cn'
+const DOMAIN_PREFIX = 'https://mtrappapi.tfcliao.com'
 
 // #ifndef H5
 const WX_API_BASE = DOMAIN_PREFIX // app

+ 1 - 1
pages.json

@@ -691,7 +691,7 @@
 	},
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "shop",
+		"navigationBarTitleText": "团蜂材料网",
 		"navigationBarBackgroundColor": "#fff",
 		"backgroundColor": "#F8F8F8",
 		"mp-weixin": {

+ 1 - 1
pages/tabbar/index/component/FixedHead.vue

@@ -12,7 +12,7 @@
 			>
 				<!-- logo -->
 				<view class="logo_box">
-					<image src="../../../../static/images/origin/logoTop.png" />
+					<!-- <image src="../../../../static/images/origin/logoTop.png" /> -->
 				</view>
 				<!-- 右侧搜索 -->
 				<template>