更新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
const ROOTPATH1 = "https://dj-api.hnsiyao.cn/czg/"; //
const ROOTPATH = "https://dj-api.hnsiyao.cn/czg/"; //后台服务域名
const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名
// const ROOTPATH1 = "https://dj-api.hnsiyao.cn/czg/"; //正式
// const ROOTPATH = "https://dj-api.hnsiyao.cn/czg/"; //后台服务域名
// 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 ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名
// h5
// const ROOTPATH1 = "https://web.hnsiyao.cn/czg/"; //
// const ROOTPATH = "https://web.hnsiyao.cn/czg/"; //后台服务域名
// const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名
const ROOTPATH1 = "https://web.hnsiyao.cn/czg/"; //正式
const ROOTPATH = "https://web.hnsiyao.cn/czg/"; //后台服务域名
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 ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名

View File

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

View File

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

View File

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