Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
basic-uniapp-v3
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
1
合并请求
1
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Basic
basic-uniapp-v3
Commits
abb19c72
提交
abb19c72
authored
1月 19, 2026
作者:
方治民
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: build 1.0.38
上级
bb69f3dc
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
133 行增加
和
122 行删除
+133
-122
.env.production
.env.production
+4
-2
package.json
package.json
+1
-1
manifest.json
src/manifest.json
+128
-119
没有找到文件。
.env.production
浏览文件 @
abb19c72
# API 接口地址
# API 接口地址
VITE_GLOB_API_URL=http://111.22.182.169:49600
# VITE_GLOB_API_URL=http://111.22.182.169:49600
VITE_GLOB_API_URL=http://123.207.47.17
# API 接口地址前缀
# API 接口地址前缀
VITE_GLOB_API_URL_PREFIX=/jeecgboot
# VITE_GLOB_API_URL_PREFIX=/jeecgboot
VITE_GLOB_API_URL_PREFIX=/jeecg-boot
package.json
浏览文件 @
abb19c72
{
{
"name"
:
"
湘农数智农服
"
,
"name"
:
"
湘农数智农服
"
,
"version"
:
"1.0.3
6
"
,
"version"
:
"1.0.3
8
"
,
"description"
:
"湘农数智农服"
,
"description"
:
"湘农数智农服"
,
"keywords"
:
[
"keywords"
:
[
"app"
,
"app"
,
...
...
src/manifest.json
浏览文件 @
abb19c72
{
{
"name"
:
"湘农数智农服"
,
"name"
:
"湘农数智农服"
,
"appid"
:
"__UNI__AF7ED78"
,
"appid"
:
"__UNI__AF7ED78"
,
"description"
:
"湘农数智农服 APP"
,
"description"
:
"湘农数智农服 APP"
,
"versionName"
:
"1.0.37
"
,
"versionName"
:
"1.0.38
"
,
"versionCode"
:
10037
,
"versionCode"
:
10038
,
"transformPx"
:
false
,
"transformPx"
:
false
,
"locale"
:
"zh-Hans"
,
"locale"
:
"zh-Hans"
,
"vueVersion"
:
"3"
,
"vueVersion"
:
"3"
,
/*
5
+App特有相关
*///
配置文件详细说明
/*
5
+App特有相关
*/
//
配置文件详细说明
//
https
:
//uniapp.dcloud.net.cn/collocation/manifest-app.html#full-manifest
//
https
:
//uniapp.dcloud.net.cn/collocation/manifest-app.html#full-manifest
"app-plus"
:
{
"app-plus"
:
{
"usingComponents"
:
true
,
"usingComponents"
:
true
,
"nvueCompiler"
:
"uni-app"
,
"nvueCompiler"
:
"uni-app"
,
"nvueStyleCompiler"
:
"uni-app"
,
"nvueStyleCompiler"
:
"uni-app"
,
"nvueLaunchMode"
:
"fast"
,
"nvueLaunchMode"
:
"fast"
,
"compilerVersion"
:
3
,
"compilerVersion"
:
3
,
"splashscreen"
:
{
"splashscreen"
:
{
"alwaysShowBeforeRender"
:
false
,
"alwaysShowBeforeRender"
:
false
,
"autoclose"
:
false
,
"autoclose"
:
false
,
"waiting"
:
true
"waiting"
:
true
},
},
"screenOrientation"
:
[
"portrait-primary"
,
"landscape-primary"
],
"screenOrientation"
:
[
"compatible"
:
{
"portrait-primary"
,
"landscape-primary"
],
"compatible"
:
{
//
忽略版本提示
//
忽略版本提示
"ignoreVersion"
:
true
"ignoreVersion"
:
true
},
},
/*
模块配置
*/
/*
模块配置
*/
"modules"
:
{
"modules"
:
{
"Geolocation"
:
{},
"Geolocation"
:
{},
"Camera"
:
{},
"Camera"
:
{},
"VideoPlayer"
:
{},
"VideoPlayer"
:
{},
"Barcode"
:
{},
"Barcode"
:
{},
"Bluetooth"
:
{}
"Bluetooth"
:
{}
},
},
/*
应用发布信息
*/
/*
应用发布信息
*/
"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
\"
/>"
,
...
@@ -57,120 +60,126 @@
...
@@ -57,120 +60,126 @@
"<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
\"
/>"
],
],
"permissionPhoneState"
:
{
"permissionPhoneState"
:
{
//
app首次启动关闭权限申请
//
app首次启动关闭权限申请
"request"
:
"none"
"request"
:
"none"
},
},
"minSdkVersion"
:
23
,
"minSdkVersion"
:
23
,
"targetSdkVersion"
:
30
,
"targetSdkVersion"
:
30
,
"abiFilters"
:
[
"armeabi-v7a"
,
"arm64-v8a"
]
"abiFilters"
:
[
"armeabi-v7a"
,
"arm64-v8a"
]
},
},
/*
ios打包配置
*/
/*
ios打包配置
*/
"ios"
:
{
"ios"
:
{
"dSYMs"
:
false
,
"dSYMs"
:
false
,
"privacyDescription"
:
{
"privacyDescription"
:
{
"NSUserTrackingUsageDescription"
:
"请放心,开启权限不会获取您在其他站点的隐私信息,该权限仅用于标识设备并保障服务安全与提示浏览体验"
,
"NSUserTrackingUsageDescription"
:
"请放心,开启权限不会获取您在其他站点的隐私信息,该权限仅用于标识设备并保障服务安全与提示浏览体验"
,
"NSLocationAlwaysAndWhenInUseUsageDescription"
:
"该应用需要你的地理位置,以便检查你当前位置信息"
,
"NSLocationAlwaysAndWhenInUseUsageDescription"
:
"该应用需要你的地理位置,以便检查你当前位置信息"
,
"NSLocationAlwaysUsageDescription"
:
"该应用需要你的地理位置,以便检查你当前位置信息"
,
"NSLocationAlwaysUsageDescription"
:
"该应用需要你的地理位置,以便检查你当前位置信息"
,
"NSLocationWhenInUseUsageDescription"
:
"该应用需要你的地理位置,以便检查你当前位置信息"
,
"NSLocationWhenInUseUsageDescription"
:
"该应用需要你的地理位置,以便检查你当前位置信息"
,
"NSPhotoLibraryUsageDescription"
:
"请允许访问您的照片图库,以便能够上传应用异常问题的截图"
"NSPhotoLibraryUsageDescription"
:
"请允许访问您的照片图库,以便能够上传应用异常问题的截图"
}
}
},
},
/*
SDK配置
*/
/*
SDK配置
*/
"sdkConfigs"
:
{
"sdkConfigs"
:
{
"ad"
:
{},
"ad"
:
{},
"statics"
:
{},
"statics"
:
{},
"geolocation"
:
{
"geolocation"
:
{
"system"
:
{
"system"
:
{
"__platform__"
:
[
"ios"
,
"android"
]
"__platform__"
:
[
"ios"
,
"android"
]
}
}
}
}
},
},
"icons"
:
{
"icons"
:
{
"android"
:
{
"android"
:
{
"hdpi"
:
"unpackage/res/icons/72x72.png"
,
"hdpi"
:
"unpackage/res/icons/72x72.png"
,
"xhdpi"
:
"unpackage/res/icons/96x96.png"
,
"xhdpi"
:
"unpackage/res/icons/96x96.png"
,
"xxhdpi"
:
"unpackage/res/icons/144x144.png"
,
"xxhdpi"
:
"unpackage/res/icons/144x144.png"
,
"xxxhdpi"
:
"unpackage/res/icons/192x192.png"
"xxxhdpi"
:
"unpackage/res/icons/192x192.png"
},
},
"ios"
:
{
"ios"
:
{
"appstore"
:
"unpackage/res/icons/1024x1024.png"
,
"appstore"
:
"unpackage/res/icons/1024x1024.png"
,
"ipad"
:
{
"ipad"
:
{
"app"
:
"unpackage/res/icons/76x76.png"
,
"app"
:
"unpackage/res/icons/76x76.png"
,
"app@2x"
:
"unpackage/res/icons/152x152.png"
,
"app@2x"
:
"unpackage/res/icons/152x152.png"
,
"notification"
:
"unpackage/res/icons/20x20.png"
,
"notification"
:
"unpackage/res/icons/20x20.png"
,
"notification@2x"
:
"unpackage/res/icons/40x40.png"
,
"notification@2x"
:
"unpackage/res/icons/40x40.png"
,
"proapp@2x"
:
"unpackage/res/icons/167x167.png"
,
"proapp@2x"
:
"unpackage/res/icons/167x167.png"
,
"settings"
:
"unpackage/res/icons/29x29.png"
,
"settings"
:
"unpackage/res/icons/29x29.png"
,
"settings@2x"
:
"unpackage/res/icons/58x58.png"
,
"settings@2x"
:
"unpackage/res/icons/58x58.png"
,
"spotlight"
:
"unpackage/res/icons/40x40.png"
,
"spotlight"
:
"unpackage/res/icons/40x40.png"
,
"spotlight@2x"
:
"unpackage/res/icons/80x80.png"
"spotlight@2x"
:
"unpackage/res/icons/80x80.png"
},
},
"iphone"
:
{
"iphone"
:
{
"app@2x"
:
"unpackage/res/icons/120x120.png"
,
"app@2x"
:
"unpackage/res/icons/120x120.png"
,
"app@3x"
:
"unpackage/res/icons/180x180.png"
,
"app@3x"
:
"unpackage/res/icons/180x180.png"
,
"notification@2x"
:
"unpackage/res/icons/40x40.png"
,
"notification@2x"
:
"unpackage/res/icons/40x40.png"
,
"notification@3x"
:
"unpackage/res/icons/60x60.png"
,
"notification@3x"
:
"unpackage/res/icons/60x60.png"
,
"settings@2x"
:
"unpackage/res/icons/58x58.png"
,
"settings@2x"
:
"unpackage/res/icons/58x58.png"
,
"settings@3x"
:
"unpackage/res/icons/87x87.png"
,
"settings@3x"
:
"unpackage/res/icons/87x87.png"
,
"spotlight@2x"
:
"unpackage/res/icons/80x80.png"
,
"spotlight@2x"
:
"unpackage/res/icons/80x80.png"
,
"spotlight@3x"
:
"unpackage/res/icons/120x120.png"
"spotlight@3x"
:
"unpackage/res/icons/120x120.png"
}
}
}
}
},
},
"splashscreen"
:
{
"splashscreen"
:
{
"useOriginalMsgbox"
:
true
"useOriginalMsgbox"
:
true
}
}
},
},
"uniStatistics"
:
{
"uniStatistics"
:
{
"enable"
:
true
"enable"
:
true
},
},
"nativePlugins"
:
{
"nativePlugins"
:
{
"lemonjk-FileSelect"
:
{
"lemonjk-FileSelect"
:
{
"appid_android"
:
"com.yiring.app.agri"
,
"appid_android"
:
"com.yiring.app.agri"
,
"__plugin_info__"
:
{
"__plugin_info__"
:
{
"name"
:
"FileSelect"
,
"name"
:
"FileSelect"
,
"description"
:
"文件选取插件"
,
"description"
:
"文件选取插件"
,
"platforms"
:
"Android,iOS"
,
"platforms"
:
"Android,iOS"
,
"url"
:
""
,
"url"
:
""
,
"android_package_name"
:
""
,
"android_package_name"
:
""
,
"ios_bundle_id"
:
"com.yiring.app.agri"
,
"ios_bundle_id"
:
"com.yiring.app.agri"
,
"isCloud"
:
false
,
"isCloud"
:
false
,
"bought"
:
-1
,
"bought"
:
-1
,
"pid"
:
""
,
"pid"
:
""
,
"parameters"
:
{
"parameters"
:
{
"appid_android"
:
{
"appid_android"
:
{
"des"
:
"请填写你当前应用的包名,必需填写,否则可能无法使用。(在菜单中->发行->原生App-云打包中可以查看包名信息)"
,
"des"
:
"请填写你当前应用的包名,必需填写,否则可能无法使用。(在菜单中->发行->原生App-云打包中可以查看包名信息)"
,
"key"
:
""
,
"key"
:
""
,
"value"
:
""
"value"
:
""
}
}
}
}
}
}
}
}
}
}
},
},
"uniStatistics"
:
{
"uniStatistics"
:
{
"enable"
:
true
,
"enable"
:
true
,
"version"
:
"2"
,
"version"
:
"2"
,
"debug"
:
false
"debug"
:
false
},
},
/*
快应用特有相关
*/
/*
快应用特有相关
*/
"quickapp"
:
{},
"quickapp"
:
{},
/*
小程序特有相关
*/
/*
小程序特有相关
*/
"mp-weixin"
:
{
"mp-weixin"
:
{
"appid"
:
""
,
"appid"
:
""
,
"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
}
}
}
}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论