张立
2 months ago
14 changed files with 376 additions and 261 deletions
@ -1,11 +1,15 @@ |
|||
VITE_BASE_URL=http://172.22.32.9:81/api/admin-api |
|||
VITE_BASE_URL_IMAGE=http://172.22.32.9:81/admin-api |
|||
VITE_BASE_URL=http://localhost:12080/admin-api |
|||
#VITE_BASE_URL=http://dev.ccwin-in.com:28051/api/admin-api |
|||
# VITE_BASE_URL_IMAGE=http://172.22.32.9:81/admin-api |
|||
|
|||
# 租户配置 |
|||
VITE_TENANT='[{"text":"成都","value":2}]' |
|||
VITE_TENANT='[{"text":"英泰","value":1}]' |
|||
|
|||
# 是否是测试环境 |
|||
VITE_isDevelopment=false |
|||
VITE_isDevelopment=true |
|||
|
|||
# 积木报表请求路径 |
|||
VITE_JMREPORT_BASE_URL='http://172.22.32.9:90' |
|||
VITE_JMREPORT_BASE_URL='http://172.22.32.9:90' |
|||
|
|||
# 项目管理模式 批次货/包装 |
|||
VITE_MANAGE_MODEL="BY_BATCH" |
@ -1,115 +1,115 @@ |
|||
{ |
|||
"name": "富维汽车镜", |
|||
"package":"uni.UNI43932FE", |
|||
"appid": "__UNI__DA78BC9", |
|||
"description": "", |
|||
"versionName" : "1.0.44", |
|||
"versionCode" : 44, |
|||
"transformPx": false, |
|||
/* 5+App特有相关 */ |
|||
"app-plus": { |
|||
"usingComponents": true, |
|||
"nvueStyleCompiler": "uni-app", |
|||
"compilerVersion": 3, |
|||
"splashscreen": { |
|||
"alwaysShowBeforeRender": true, |
|||
"waiting": true, |
|||
"autoclose": true, |
|||
"delay": 0 |
|||
}, |
|||
/* 模块配置 */ |
|||
"modules": {}, |
|||
/* 应用发布信息 */ |
|||
"distribute": { |
|||
/* android打包配置 */ |
|||
"android": { |
|||
"permissions": [ |
|||
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", |
|||
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", |
|||
"<uses-permission android:name=\"android.permission.VIBRATE\"/>", |
|||
"<uses-permission android:name=\"android.permission.READ_LOGS\"/>", |
|||
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>", |
|||
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", |
|||
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>", |
|||
"<uses-permission android:name=\"android.permission.CAMERA\"/>", |
|||
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>", |
|||
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>", |
|||
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>", |
|||
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>", |
|||
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>", |
|||
"<uses-feature android:name=\"android.hardware.camera\"/>", |
|||
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" |
|||
] |
|||
}, |
|||
/* ios打包配置 */ |
|||
"ios": { |
|||
"dSYMs": false |
|||
}, |
|||
/* SDK配置 */ |
|||
"sdkConfigs": { |
|||
"ad": {} |
|||
}, |
|||
"nativePlugins": { |
|||
"TestModule": { |
|||
"__plugin_info__": { |
|||
"name": "TestModule", |
|||
"description": "打印", |
|||
"platforms": "Android", |
|||
"url": "", |
|||
"android_package_name": "", |
|||
"ios_bundle_id": "", |
|||
"isCloud": false, |
|||
"bought": -1, |
|||
"pid": "", |
|||
"parameters": {} |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
"nativePlugins": { |
|||
"TestModule": { |
|||
"__plugin_info__": { |
|||
"name": "TestModule", |
|||
"description": "打印", |
|||
"platforms": "Android", |
|||
"url": "", |
|||
"android_package_name": "", |
|||
"ios_bundle_id": "", |
|||
"isCloud": false, |
|||
"bought": -1, |
|||
"pid": "", |
|||
"parameters": {} |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
/* 快应用特有相关 */ |
|||
"quickapp": {}, |
|||
/* 小程序特有相关 */ |
|||
"mp-weixin": { |
|||
"appid": "wx6176535b0b0153f0", |
|||
"setting": { |
|||
"urlCheck": false |
|||
}, |
|||
"usingComponents": true |
|||
}, |
|||
"mp-alipay": { |
|||
"usingComponents": true |
|||
}, |
|||
"mp-baidu": { |
|||
"usingComponents": true |
|||
}, |
|||
"mp-toutiao": { |
|||
"usingComponents": true |
|||
}, |
|||
"uniStatistics": { |
|||
"enable": false |
|||
}, |
|||
"vueVersion": "3", |
|||
"h5": { |
|||
"template": "index.html", |
|||
"devServer": { |
|||
"port": 9020 |
|||
} |
|||
} |
|||
} |
|||
"name" : "富维汽车镜", |
|||
"package" : "uni.UNI43932FE", |
|||
"appid" : "__UNI__DA78BC9", |
|||
"description" : "", |
|||
"versionName" : "1.0.44", |
|||
"versionCode" : 44, |
|||
"transformPx" : false, |
|||
/* 5+App特有相关 */ |
|||
"app-plus" : { |
|||
"usingComponents" : true, |
|||
"nvueStyleCompiler" : "uni-app", |
|||
"compilerVersion" : 3, |
|||
"splashscreen" : { |
|||
"alwaysShowBeforeRender" : true, |
|||
"waiting" : true, |
|||
"autoclose" : true, |
|||
"delay" : 0 |
|||
}, |
|||
/* 模块配置 */ |
|||
"modules" : {}, |
|||
/* 应用发布信息 */ |
|||
"distribute" : { |
|||
/* android打包配置 */ |
|||
"android" : { |
|||
"permissions" : [ |
|||
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", |
|||
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", |
|||
"<uses-permission android:name=\"android.permission.VIBRATE\"/>", |
|||
"<uses-permission android:name=\"android.permission.READ_LOGS\"/>", |
|||
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>", |
|||
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", |
|||
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>", |
|||
"<uses-permission android:name=\"android.permission.CAMERA\"/>", |
|||
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>", |
|||
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>", |
|||
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>", |
|||
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>", |
|||
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>", |
|||
"<uses-feature android:name=\"android.hardware.camera\"/>", |
|||
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" |
|||
] |
|||
}, |
|||
/* ios打包配置 */ |
|||
"ios" : { |
|||
"dSYMs" : false |
|||
}, |
|||
/* SDK配置 */ |
|||
"sdkConfigs" : { |
|||
"ad" : {} |
|||
}, |
|||
"nativePlugins" : { |
|||
"TestModule" : { |
|||
"__plugin_info__" : { |
|||
"name" : "TestModule", |
|||
"description" : "打印", |
|||
"platforms" : "Android", |
|||
"url" : "", |
|||
"android_package_name" : "", |
|||
"ios_bundle_id" : "", |
|||
"isCloud" : false, |
|||
"bought" : -1, |
|||
"pid" : "", |
|||
"parameters" : {} |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
"nativePlugins" : { |
|||
"TestModule" : { |
|||
"__plugin_info__" : { |
|||
"name" : "TestModule", |
|||
"description" : "打印", |
|||
"platforms" : "Android", |
|||
"url" : "", |
|||
"android_package_name" : "", |
|||
"ios_bundle_id" : "", |
|||
"isCloud" : false, |
|||
"bought" : -1, |
|||
"pid" : "", |
|||
"parameters" : {} |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
/* 快应用特有相关 */ |
|||
"quickapp" : {}, |
|||
/* 小程序特有相关 */ |
|||
"mp-weixin" : { |
|||
"appid" : "wx6176535b0b0153f0", |
|||
"setting" : { |
|||
"urlCheck" : false |
|||
}, |
|||
"usingComponents" : true |
|||
}, |
|||
"mp-alipay" : { |
|||
"usingComponents" : true |
|||
}, |
|||
"mp-baidu" : { |
|||
"usingComponents" : true |
|||
}, |
|||
"mp-toutiao" : { |
|||
"usingComponents" : true |
|||
}, |
|||
"uniStatistics" : { |
|||
"enable" : false |
|||
}, |
|||
"vueVersion" : "3", |
|||
"h5" : { |
|||
"template" : "index.html", |
|||
"devServer" : { |
|||
"port" : 9020 |
|||
} |
|||
} |
|||
} |
|||
|
Binary file not shown.
Loading…
Reference in new issue