@@ -1,8 +1,8 @@
{
"appId": "com.muchinfo.tss",
"appName": "TCE",
- "version": "1.0.16",
- "versionCode": "100016",
+ "version": "1.0.18",
+ "versionCode": "100018",
"apiUrl": "http://192.168.31.204:8080/cfg?key=test_204",
"tradeChannel": "ws",
"showLoginAlert": true,
@@ -2,7 +2,7 @@
"@platforms" : [ "android", "iPhone", "iPad" ],
"id" : "H5A27263D",
/*应用的标识*/
- "name" : "TCE Demo",
+ "name" : "TCE",
/*应用名称,程序桌面图标名称*/
"version" : {
"name" : "1.0.0",
@@ -287,7 +287,7 @@
},
"androidStyle" : "default",
"iosStyle" : "common",
- "useOriginalMsgbox" : true
+ "useOriginalMsgbox" : false
"plugins" : {
"ad" : {},
@@ -15,10 +15,14 @@
top: 0;
z-index: 1;
display: inline-flex;
- justify-content: center;
- align-items: center;
- height: var(--navbar-height);
- padding: 0 14px;
+
+ .app-luanguage {
+ display: inline-flex;
+ justify-content: center;
+ align-items: center;
+ height: var(--navbar-height);
+ padding: 0 14px;
+ }
}
&-logo {
@@ -1,7 +1,9 @@
<template>
<app-statusbar class="login">
<app-navback class="login-navback" />
- <app-luanguage class="login-luanguage" v-if="globalStore.getSystemInfo('i18nEnabled')" />
+ <app-statusbar class="login-luanguage">
+ <app-luanguage v-if="globalStore.getSystemInfo('i18nEnabled')" />
+ </app-statusbar>
<div class="login-logo">
<slot name="logo">
<img :src="logoSrc" />