适配小程序
4
App.vue
@ -8,8 +8,9 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: CRMEB Team <admin@crmeb.com>
|
||||
// +----------------------------------------------------------------------
|
||||
// #ifdef APP-PLUS
|
||||
var jpushModule = uni.requireNativePlugin("JG-JPush");
|
||||
import {
|
||||
// #endif import {
|
||||
checkLogin
|
||||
} from "./libs/login";
|
||||
import {
|
||||
@ -20,7 +21,6 @@
|
||||
history
|
||||
} from '@/api/public.js'
|
||||
import Routine from './libs/routine.js';
|
||||
var jpushModule = uni.requireNativePlugin("JG-JPush");
|
||||
export default {
|
||||
globalData: {
|
||||
spid: 0,
|
||||
|
@ -2,8 +2,8 @@
|
||||
"name" : "CRMEB",
|
||||
"appid" : "__UNI__3A527D1",
|
||||
"description" : "",
|
||||
"versionName" : "1.0.11",
|
||||
"versionCode" : 134,
|
||||
"versionName" : "1.0.15",
|
||||
"versionCode" : 138,
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
@ -111,12 +111,6 @@
|
||||
"__platform__" : [ "ios", "android" ]
|
||||
}
|
||||
},
|
||||
"push" : {
|
||||
"unipush" : {
|
||||
"version" : "2",
|
||||
"offline" : false
|
||||
}
|
||||
},
|
||||
"oauth" : {
|
||||
"apple" : {}
|
||||
},
|
||||
|
@ -1632,4 +1632,5 @@
|
||||
.root {
|
||||
background-color: #000000;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
|
@ -297,9 +297,10 @@
|
||||
mapGetters
|
||||
} from "vuex";
|
||||
import Verify from '@/components/verify/verify.vue';
|
||||
var jpushModule = uni.requireNativePlugin("JG-JPush");
|
||||
const BACK_URL = "login_back_url";
|
||||
|
||||
// #ifdef APP-PLUS
|
||||
var jpushModule = uni.requireNativePlugin("JG-JPush");
|
||||
// #endif
|
||||
export default {
|
||||
name: "Login",
|
||||
mixins: [sendVerifyCode],
|
||||
|
BIN
static/images/icon 2@4x.png
Normal file
After Width: | Height: | Size: 65 KiB |
BIN
static/images/icon 3@4x.png
Normal file
After Width: | Height: | Size: 209 KiB |
BIN
static/images/icon 4@4x.png
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
static/images/icon 5@4x.png
Normal file
After Width: | Height: | Size: 228 KiB |
BIN
static/images/icon 6@4x.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
static/images/icon 7@4x.png
Normal file
After Width: | Height: | Size: 260 KiB |
BIN
static/images/icon 8@4x.png
Normal file
After Width: | Height: | Size: 113 KiB |
BIN
static/images/icon 9@4x.png
Normal file
After Width: | Height: | Size: 180 KiB |