replace 'vic.imo' to 'vic' to simplify

This commit is contained in:
luk.lu
2019-09-27 10:25:51 +08:00
parent 1f9a622346
commit b77e3a33df
4 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ const config: IConfig = {
webpackChunkName: true,
loadingComponent: './components/PageLoading/index',
},
title: 'vic.imo',
title: 'vic',
dll: true,
locale: {
enable: true,

View File

@@ -103,7 +103,7 @@
"signature" : "Sk9JTiBVUyBtYWlsdG86aHIyMDEzQGRjbG91ZC5pbw==", /*使*/
"distribute" : {
"apple" : {
"appid" : "org.faronear.vic.imo", /*iOSappidio.dcloud.HelloH5*/
"appid" : "org.faronear.vic", /*iOSappidio.dcloud.HelloH5*/
"mobileprovision" : "", /*iOS*/
"password" : "", /*iOS*/
"p12" : "", /*iOS*/
@@ -111,10 +111,10 @@
"frameworks" : [] /*Native.jsObjective-c APIFrameWorkGameCenter"GameKit.framework"*/
},
"google" : {
"packagename" : "org.tacever.vic.imo", /*Androidio.dcloud.HelloH5*/
"keystore" : "unpackage/key/vic.imo.keystore", /*Android使*/
"password" : "vic.imo@2019", /*Android使*/
"aliasname" : "vic.imo", /*Android使*/
"packagename" : "org.tacever.vic", /*Androidio.dcloud.HelloH5*/
"keystore" : "unpackage/key/vic.keystore", /*Android使*/
"password" : "vic@2019", /*Android使*/
"aliasname" : "vic", /*Android使*/
"permissions" : [
"<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",

View File

@@ -1,6 +1,6 @@
{
"private": true,
"name": "vic.imo",
"name": "vic",
"scripts": {
"start": "umi dev",
"build": "umi build",

View File

@@ -9,7 +9,7 @@ export default {
],
baseURL: 'https://server.vic.yuanjin.net/v1',
// baseURL: 'http://yapi.faronear.org/mock/20/v1',
linkAndroid: 'https://vic.yuanjin.net/app/vic.imo.apk',
linkAndroid: 'https://vic.yuanjin.net/app/vic.apk',
linkIOS: 'https://vic.yuanjin.net/webapp',
linkWeb: 'https://vic.yuanjin.net/webapp',
linkTelegram: 'https://t.me/vichome',