更新正式环境部署

This commit is contained in:
yziiy
2025-09-02 16:28:18 +08:00
parent 5c96e5bd86
commit 2e2da5fc09
13 changed files with 130 additions and 2662 deletions

View File

@@ -4,31 +4,31 @@
<navBar :style="{marginTop: `${statusBarHeight}${uni.getSystemInfoSync().platform === 'ios' ? 'px': 'dp'}`}" :navTitle="`关于我们`" :emitBack="true" @backEvent="back">
</navBar>
<view class="dec-view">
<web-view src="https://chat.qxmier.com/api/Page/page_show?id=20"></web-view>
<web-view :src="`${httpUrl}/api/Page/page_show?id=20`"></web-view>
</view>
</view>
</template>
<script>
// import headerHeight from '@/component/headerHeight.vue';
import config from '@/until/config.js';
import navBar from '@/component/nav.vue';
export default {
components: {
// headerHeight,
navBar
},
data() {
return {
statusBarHeight:0,
ThemeData:null
ThemeData:null,
httpUrl:null
}
},
onLoad(options) {
this.httpUrl = config.BASE_URL
const {
h
} = options
this.currentIndex = type !== undefined ? +type : 0
this.statusBarHeight = h
if(uni.getStorageSync('Theme_Data')) {
this.ThemeData = JSON.parse(uni.getStorageSync('Theme_Data'))