更新羽声语音h5
This commit is contained in:
15
App.vue
15
App.vue
@@ -2,7 +2,7 @@
|
||||
import http from '@/until/http.js';
|
||||
export default {
|
||||
onLaunch: function () {
|
||||
this.getInfo()
|
||||
// this.getInfo()
|
||||
},
|
||||
onHide: function () {
|
||||
uni.removeStorageSync('Theme_Data')
|
||||
@@ -51,4 +51,17 @@ img {
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
// 定制
|
||||
:root {
|
||||
--primary-color: #6C49E4;
|
||||
--sub-color: #F0EEF7;
|
||||
--subs-color: #6C49E4;
|
||||
--subss-color: #DEB52E;
|
||||
--warn-color:#F69627;
|
||||
--font-button-color:#fff;
|
||||
--font-button-size:24rpx;
|
||||
--font-button-size-p:28rpx;
|
||||
/* tab图标 */
|
||||
--tab-url:url('https://vespa.qxyushen.top/h5/image/tabline.png');
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user