更新1.2.2

This commit is contained in:
wwz
2025-01-14 16:27:55 +08:00
parent 93bf0f35ff
commit 2ecb39afb1
4 changed files with 13 additions and 13 deletions

View File

@@ -1,18 +1,18 @@
// APP // APP
const ROOTPATH1 = "https://dj-api.hnsiyao.cn/czg/"; // // const ROOTPATH1 = "https://dj-api.hnsiyao.cn/czg/"; //正式
const ROOTPATH = "https://dj-api.hnsiyao.cn/czg/"; //后台服务域名 // const ROOTPATH = "https://dj-api.hnsiyao.cn/czg/"; //后台服务域名
const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名 // const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名
// const ROOTPATH1 = "https://video.hnsiyao.cn/czg/"; // // const ROOTPATH1 = "https://video.hnsiyao.cn/czg/"; //测试
// const ROOTPATH = "https://video.hnsiyao.cn/czg/"; //后台服务域名 // const ROOTPATH = "https://video.hnsiyao.cn/czg/"; //后台服务域名
// const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名 // const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名
// h5 // h5
// const ROOTPATH1 = "https://web.hnsiyao.cn/czg/"; // const ROOTPATH1 = "https://web.hnsiyao.cn/czg/"; //正式
// const ROOTPATH = "https://web.hnsiyao.cn/czg/"; //后台服务域名 const ROOTPATH = "https://web.hnsiyao.cn/czg/"; //后台服务域名
// const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名 const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名
// const ROOTPATH1 = "https://web-api.hnsiyao.cn/czg/"; // // const ROOTPATH1 = "https://web-api.hnsiyao.cn/czg/"; //测试
// const ROOTPATH = "https://web-api.hnsiyao.cn/czg/"; //后台服务域名 // const ROOTPATH = "https://web-api.hnsiyao.cn/czg/"; //后台服务域名
// const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名 // const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名

View File

@@ -2,8 +2,8 @@
"name" : "斯耀短剧", "name" : "斯耀短剧",
"appid" : "__UNI__E0B05B1", "appid" : "__UNI__E0B05B1",
"description" : "", "description" : "",
"versionName" : "1.2.0", "versionName" : "1.2.2",
"versionCode" : 120, "versionCode" : 122,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

@@ -114,8 +114,7 @@
{ {
"path": "pages/me/webview", "path": "pages/me/webview",
"style": { "style": {
"navigationBarTitleText": "", "navigationBarTitleText": "客服"
"navigationStyle": "custom"
} }
}, },
{ {

View File

@@ -273,6 +273,7 @@
import ttMsg from '../../components/ttMsg/ttMsg.vue' import ttMsg from '../../components/ttMsg/ttMsg.vue'
import httpsRequest from '../../common/httpRequest.js' import httpsRequest from '../../common/httpRequest.js'
import otherXuanfu from '@/components/other-xuafu.vue' import otherXuanfu from '@/components/other-xuafu.vue'
import {init} from '@/utils/init.js'
import { import {
$cache_user $cache_user
} from '@/store/cashe.js' } from '@/store/cashe.js'
@@ -323,7 +324,7 @@
uni.stopPullDownRefresh() uni.stopPullDownRefresh()
}, },
onShow() { onShow() {
init(true)
if (uni.getSystemInfoSync().platform == 'android') { if (uni.getSystemInfoSync().platform == 'android') {
// #ifdef H5 // #ifdef H5
this.isAndroid = true this.isAndroid = true