1123
BIN
files/ios/inkbook_dis_20240708.mobileprovision
Normal file
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name" : "OA系统",
|
||||
"name" : "墨册",
|
||||
"appid" : "__UNI__4796942",
|
||||
"description" : "",
|
||||
"versionName" : "2.0.1",
|
||||
"versionCode" : 201,
|
||||
"versionName" : "1.0.0",
|
||||
"versionCode" : 100,
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
@ -19,8 +19,7 @@
|
||||
/* 模块配置 */
|
||||
"modules" : {
|
||||
"Camera" : {},
|
||||
"Geolocation" : {},
|
||||
"Push" : {}
|
||||
"Geolocation" : {}
|
||||
},
|
||||
/* 应用发布信息 */
|
||||
"distribute" : {
|
||||
@ -122,13 +121,13 @@
|
||||
},
|
||||
"splashscreen" : {
|
||||
"useOriginalMsgbox" : true,
|
||||
"androidStyle" : "default",
|
||||
"androidStyle" : "common",
|
||||
"android" : {
|
||||
"hdpi" : "static/image/sy.png",
|
||||
"xhdpi" : "static/image/sy.png",
|
||||
"xxhdpi" : "static/image/sy.png"
|
||||
},
|
||||
"iosStyle" : "storyboard",
|
||||
"iosStyle" : "common",
|
||||
"ios" : {
|
||||
"storyboard" : "files/CustomStoryboard.zip"
|
||||
}
|
||||
|
4
unpackage/cache/appleConfig.ini
vendored
@ -1,11 +1,11 @@
|
||||
[appleAppid]
|
||||
appleAppid=com.fonchain.attendance
|
||||
appleAppid=com.fonchain.inkbook
|
||||
|
||||
[appstore]
|
||||
appstore=70695af7d1a0be20d1ba633bf98ec76e
|
||||
|
||||
[iosStyle]
|
||||
iosStyle=storyboard
|
||||
iosStyle=common
|
||||
|
||||
[universalLinks]
|
||||
universalLinks=
|
||||
|
4
unpackage/cache/certdataios
vendored
@ -1,3 +1,3 @@
|
||||
iosProfile=D:/WebstormProjects/oa-base/files/ios/oa_dev_20240104.mobileprovision
|
||||
ioscertFile=D:/WebstormProjects/oa-base/files/ios/20230714_dev.p12
|
||||
iosProfile=D:/WebstormProjects/oa-base/files/ios/inkbook_dis_20240708.mobileprovision
|
||||
ioscertFile=D:/WebstormProjects/oa-base/files/ios/20230714_dis.p12
|
||||
ioscertPassword=uecGPNMV8s+KLcdEgW/MRg==
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
;(function(){
|
||||
let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[];
|
||||
const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"uni-app","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"OA系统","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"4.15","entryPagePath":"pages/index/index","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"locales":{},"darkmode":false,"themeConfig":{}};
|
||||
const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"uni-app","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"墨册","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"4.15","entryPagePath":"pages/index/index","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"locales":{},"darkmode":false,"themeConfig":{}};
|
||||
const __uniRoutes = [{"path":"pages/index/index","meta":{"isQuit":true,"isEntry":true,"navigationBar":{"titleText":"uni-app","style":"custom","type":"default"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute));
|
||||
__uniConfig.styles=[];//styles
|
||||
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
|
||||
|
2
unpackage/dist/build/app-plus/app-service.js
vendored
11
unpackage/dist/build/app-plus/manifest.json
vendored
@ -5,10 +5,10 @@
|
||||
"iPad"
|
||||
],
|
||||
"id": "__UNI__4796942",
|
||||
"name": "OA系统",
|
||||
"name": "墨册",
|
||||
"version": {
|
||||
"name": "2.0.1",
|
||||
"code": 201
|
||||
"name": "1.0.0",
|
||||
"code": 100
|
||||
},
|
||||
"description": "",
|
||||
"developer": {
|
||||
@ -19,7 +19,6 @@
|
||||
"permissions": {
|
||||
"Camera": {},
|
||||
"Geolocation": {},
|
||||
"Push": {},
|
||||
"UniNView": {
|
||||
"description": "UniNView原生渲染"
|
||||
}
|
||||
@ -79,13 +78,13 @@
|
||||
},
|
||||
"splashscreen": {
|
||||
"useOriginalMsgbox": true,
|
||||
"androidStyle": "default",
|
||||
"androidStyle": "common",
|
||||
"android": {
|
||||
"hdpi": "static/image/sy.png",
|
||||
"xhdpi": "static/image/sy.png",
|
||||
"xxhdpi": "static/image/sy.png"
|
||||
},
|
||||
"iosStyle": "storyboard",
|
||||
"iosStyle": "common",
|
||||
"ios": {
|
||||
"storyboard": "files/CustomStoryboard.zip"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
;(function(){
|
||||
let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[];
|
||||
const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"uni-app","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"OA系统","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"4.15","entryPagePath":"pages/index/index","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"locales":{},"darkmode":false,"themeConfig":{}};
|
||||
const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"uni-app","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"墨册","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"4.15","entryPagePath":"pages/index/index","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"locales":{},"darkmode":false,"themeConfig":{}};
|
||||
const __uniRoutes = [{"path":"pages/index/index","meta":{"isQuit":true,"isEntry":true,"navigationBar":{"titleText":"uni-app","style":"custom","type":"default"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute));
|
||||
__uniConfig.styles=[];//styles
|
||||
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
|
||||
|
6
unpackage/dist/dev/app-plus/app-service.js
vendored
@ -45,7 +45,7 @@ if (uni.restoreGlobal) {
|
||||
};
|
||||
const onShow = /* @__PURE__ */ createHook(ON_SHOW);
|
||||
const onHide = /* @__PURE__ */ createHook(ON_HIDE);
|
||||
const env = "dev";
|
||||
const env = "prod";
|
||||
const configs = {
|
||||
LocalTest: {
|
||||
apiBaseUrl: "https://warehouse.szjixun.cn/oa_backend",
|
||||
@ -60,8 +60,8 @@ if (uni.restoreGlobal) {
|
||||
h5Url: "http://114.218.158.24:8042/#/"
|
||||
},
|
||||
prod: {
|
||||
apiBaseUrl: "https://oa-a.szjixun.cn/api",
|
||||
h5Url: "https://oa-a.szjixun.cn/#/"
|
||||
apiBaseUrl: "https://oa-b.szjixun.cn/api",
|
||||
h5Url: "https://oa-b.szjixun.cn/#/"
|
||||
}
|
||||
};
|
||||
const config = configs[env];
|
||||
|
11
unpackage/dist/dev/app-plus/manifest.json
vendored
@ -5,10 +5,10 @@
|
||||
"iPad"
|
||||
],
|
||||
"id": "__UNI__4796942",
|
||||
"name": "OA系统",
|
||||
"name": "墨册",
|
||||
"version": {
|
||||
"name": "2.0.1",
|
||||
"code": 201
|
||||
"name": "1.0.0",
|
||||
"code": 100
|
||||
},
|
||||
"description": "",
|
||||
"developer": {
|
||||
@ -19,7 +19,6 @@
|
||||
"permissions": {
|
||||
"Camera": {},
|
||||
"Geolocation": {},
|
||||
"Push": {},
|
||||
"UniNView": {
|
||||
"description": "UniNView原生渲染"
|
||||
}
|
||||
@ -79,13 +78,13 @@
|
||||
},
|
||||
"splashscreen": {
|
||||
"useOriginalMsgbox": true,
|
||||
"androidStyle": "default",
|
||||
"androidStyle": "common",
|
||||
"android": {
|
||||
"hdpi": "static/image/sy.png",
|
||||
"xhdpi": "static/image/sy.png",
|
||||
"xxhdpi": "static/image/sy.png"
|
||||
},
|
||||
"iosStyle": "storyboard",
|
||||
"iosStyle": "common",
|
||||
"ios": {
|
||||
"storyboard": "files/CustomStoryboard.zip"
|
||||
}
|
||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 6.7 KiB |