1、更新启动背景图; 2、关闭原生状态栏(导致不同安卓固件状态栏显示异常问题);3、更新api请求域名

master
chris 4 months ago
parent 97edff90ce
commit 98e2511339

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

@ -1,5 +1,5 @@
<template>
<uni-nav-bar :height="height" fixed statusBar="true" :rightWidth="rWidth" :border="false" :dark="true">
<uni-nav-bar :height="height" fixed :statusBar="false" :rightWidth="rWidth" :border="false" :dark="true">
<block v-slot:left>
<button type="primary" @click="clickBack">
<uni-icons type="undo-filled" color="#fff" size="30"></uni-icons>

@ -1,8 +1,8 @@
{
"name" : "smart_campus",
"name" : "studypen",
"appid" : "__UNI__C183B0D",
"description" : "",
"versionName" : "0.0.0.4",
"versionName" : "0.0.0.5",
"versionCode" : 100,
"transformPx" : false,
/* 5+App */
@ -61,9 +61,9 @@
"splashscreen" : {
"androidStyle" : "default",
"android" : {
"hdpi" : "assets/images/logo/start_bg.png",
"xhdpi" : "assets/images/logo/start_bg.png",
"xxhdpi" : "assets/images/logo/start_bg.png"
"hdpi" : "assets/images/logo/bg.9.png",
"xhdpi" : "assets/images/logo/bg.9.png",
"xxhdpi" : "assets/images/logo/bg.9.png"
}
},
"icons" : {

@ -159,6 +159,7 @@
}
],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",

@ -1,5 +1,5 @@
const config = {
baseUrl: 'http://test6.jianxiaopu.com',
baseUrl: 'http://studypen.gdguanhui.com',
tokenKey: 'uni-token',
//h5Appid: 'wx16026d5f3e696fcd',
debug: true

Loading…
Cancel
Save