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=http://localhost:12080/admin-api |
||||
VITE_BASE_URL_IMAGE=http://172.22.32.9:81/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": "富维汽车镜", |
"name" : "富维汽车镜", |
||||
"package":"uni.UNI43932FE", |
"package" : "uni.UNI43932FE", |
||||
"appid": "__UNI__DA78BC9", |
"appid" : "__UNI__DA78BC9", |
||||
"description": "", |
"description" : "", |
||||
"versionName" : "1.0.44", |
"versionName" : "1.0.44", |
||||
"versionCode" : 44, |
"versionCode" : 44, |
||||
"transformPx": false, |
"transformPx" : false, |
||||
/* 5+App特有相关 */ |
/* 5+App特有相关 */ |
||||
"app-plus": { |
"app-plus" : { |
||||
"usingComponents": true, |
"usingComponents" : true, |
||||
"nvueStyleCompiler": "uni-app", |
"nvueStyleCompiler" : "uni-app", |
||||
"compilerVersion": 3, |
"compilerVersion" : 3, |
||||
"splashscreen": { |
"splashscreen" : { |
||||
"alwaysShowBeforeRender": true, |
"alwaysShowBeforeRender" : true, |
||||
"waiting": true, |
"waiting" : true, |
||||
"autoclose": true, |
"autoclose" : true, |
||||
"delay": 0 |
"delay" : 0 |
||||
}, |
}, |
||||
/* 模块配置 */ |
/* 模块配置 */ |
||||
"modules": {}, |
"modules" : {}, |
||||
/* 应用发布信息 */ |
/* 应用发布信息 */ |
||||
"distribute": { |
"distribute" : { |
||||
/* android打包配置 */ |
/* android打包配置 */ |
||||
"android": { |
"android" : { |
||||
"permissions": [ |
"permissions" : [ |
||||
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", |
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", |
||||
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", |
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", |
||||
"<uses-permission android:name=\"android.permission.VIBRATE\"/>", |
"<uses-permission android:name=\"android.permission.VIBRATE\"/>", |
||||
"<uses-permission android:name=\"android.permission.READ_LOGS\"/>", |
"<uses-permission android:name=\"android.permission.READ_LOGS\"/>", |
||||
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>", |
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>", |
||||
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", |
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", |
||||
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>", |
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>", |
||||
"<uses-permission android:name=\"android.permission.CAMERA\"/>", |
"<uses-permission android:name=\"android.permission.CAMERA\"/>", |
||||
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>", |
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>", |
||||
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>", |
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>", |
||||
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>", |
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>", |
||||
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>", |
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>", |
||||
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>", |
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>", |
||||
"<uses-feature android:name=\"android.hardware.camera\"/>", |
"<uses-feature android:name=\"android.hardware.camera\"/>", |
||||
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" |
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" |
||||
] |
] |
||||
}, |
}, |
||||
/* ios打包配置 */ |
/* ios打包配置 */ |
||||
"ios": { |
"ios" : { |
||||
"dSYMs": false |
"dSYMs" : false |
||||
}, |
}, |
||||
/* SDK配置 */ |
/* SDK配置 */ |
||||
"sdkConfigs": { |
"sdkConfigs" : { |
||||
"ad": {} |
"ad" : {} |
||||
}, |
}, |
||||
"nativePlugins": { |
"nativePlugins" : { |
||||
"TestModule": { |
"TestModule" : { |
||||
"__plugin_info__": { |
"__plugin_info__" : { |
||||
"name": "TestModule", |
"name" : "TestModule", |
||||
"description": "打印", |
"description" : "打印", |
||||
"platforms": "Android", |
"platforms" : "Android", |
||||
"url": "", |
"url" : "", |
||||
"android_package_name": "", |
"android_package_name" : "", |
||||
"ios_bundle_id": "", |
"ios_bundle_id" : "", |
||||
"isCloud": false, |
"isCloud" : false, |
||||
"bought": -1, |
"bought" : -1, |
||||
"pid": "", |
"pid" : "", |
||||
"parameters": {} |
"parameters" : {} |
||||
} |
} |
||||
} |
} |
||||
} |
} |
||||
}, |
}, |
||||
"nativePlugins": { |
"nativePlugins" : { |
||||
"TestModule": { |
"TestModule" : { |
||||
"__plugin_info__": { |
"__plugin_info__" : { |
||||
"name": "TestModule", |
"name" : "TestModule", |
||||
"description": "打印", |
"description" : "打印", |
||||
"platforms": "Android", |
"platforms" : "Android", |
||||
"url": "", |
"url" : "", |
||||
"android_package_name": "", |
"android_package_name" : "", |
||||
"ios_bundle_id": "", |
"ios_bundle_id" : "", |
||||
"isCloud": false, |
"isCloud" : false, |
||||
"bought": -1, |
"bought" : -1, |
||||
"pid": "", |
"pid" : "", |
||||
"parameters": {} |
"parameters" : {} |
||||
} |
} |
||||
} |
} |
||||
} |
} |
||||
}, |
}, |
||||
/* 快应用特有相关 */ |
/* 快应用特有相关 */ |
||||
"quickapp": {}, |
"quickapp" : {}, |
||||
/* 小程序特有相关 */ |
/* 小程序特有相关 */ |
||||
"mp-weixin": { |
"mp-weixin" : { |
||||
"appid": "wx6176535b0b0153f0", |
"appid" : "wx6176535b0b0153f0", |
||||
"setting": { |
"setting" : { |
||||
"urlCheck": false |
"urlCheck" : false |
||||
}, |
}, |
||||
"usingComponents": true |
"usingComponents" : true |
||||
}, |
}, |
||||
"mp-alipay": { |
"mp-alipay" : { |
||||
"usingComponents": true |
"usingComponents" : true |
||||
}, |
}, |
||||
"mp-baidu": { |
"mp-baidu" : { |
||||
"usingComponents": true |
"usingComponents" : true |
||||
}, |
}, |
||||
"mp-toutiao": { |
"mp-toutiao" : { |
||||
"usingComponents": true |
"usingComponents" : true |
||||
}, |
}, |
||||
"uniStatistics": { |
"uniStatistics" : { |
||||
"enable": false |
"enable" : false |
||||
}, |
}, |
||||
"vueVersion": "3", |
"vueVersion" : "3", |
||||
"h5": { |
"h5" : { |
||||
"template": "index.html", |
"template" : "index.html", |
||||
"devServer": { |
"devServer" : { |
||||
"port": 9020 |
"port" : 9020 |
||||
} |
} |
||||
} |
} |
||||
} |
} |
||||
|
Binary file not shown.
Loading…
Reference in new issue