This commit is contained in:
yangzhq68909 2025-05-29 10:07:09 +08:00
parent 6f4b3386d9
commit 4cfa4e2af1
24 changed files with 10 additions and 12 deletions

2
env/.env vendored
View File

@ -1,4 +1,4 @@
VITE_APP_TITLE = 'JeecgBoot-uniapp' VITE_APP_TITLE = '数智产销'
VITE_APP_PORT = 9000 VITE_APP_PORT = 9000
VITE_UNI_APPID = '__UNI__9F097F0' VITE_UNI_APPID = '__UNI__9F097F0'

View File

@ -4,5 +4,5 @@ NODE_ENV = 'development'
VITE_DELETE_CONSOLE = false VITE_DELETE_CONSOLE = false
# 是否开启sourcemap # 是否开启sourcemap
VITE_SHOW_SOURCEMAP = true VITE_SHOW_SOURCEMAP = true
VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot' #VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot'
#VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot' VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot'

2
env/.env.production vendored
View File

@ -5,4 +5,4 @@ VITE_DELETE_CONSOLE = true
# 是否开启sourcemap # 是否开启sourcemap
VITE_SHOW_SOURCEMAP = false VITE_SHOW_SOURCEMAP = false
VITE_SERVER_BASEURL = 'https://api3.boot.jeecg.com' VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot'

View File

@ -39,14 +39,13 @@ export default defineManifestConfig({
modules: { modules: {
Maps: {}, Maps: {},
Messaging: {}, Messaging: {},
Contacts: {},
Camera: {}, Camera: {},
}, },
/* 应用发布信息 */ /* 应用发布信息 */
distribute: { distribute: {
/* android打包配置 */ /* android打包配置 */
android: { android: {
minSdkVersion: 30, minSdkVersion: 26,
targetSdkVersion: 30, targetSdkVersion: 30,
abiFilters: ['armeabi-v7a', 'arm64-v8a'], abiFilters: ['armeabi-v7a', 'arm64-v8a'],
permissions: [ permissions: [

View File

@ -8,7 +8,7 @@
export default { export default {
onLaunch: function (options) { onLaunch: function (options) {
// //
// useUpdateApp().checkAppUpdate() useUpdateApp().checkAppUpdate()
// //
getLocation() getLocation()
}, },

View File

@ -1,5 +1,5 @@
{ {
"name": "JeecgBoot-uniapp", "name": "数智产销",
"appid": "__UNI__9F097F0", "appid": "__UNI__9F097F0",
"description": "", "description": "",
"versionName": "1.0.0", "versionName": "1.0.0",
@ -18,7 +18,6 @@
"modules": { "modules": {
"Maps": {}, "Maps": {},
"Messaging": {}, "Messaging": {},
"Contacts": {},
"Camera": {} "Camera": {}
}, },
"distribute": { "distribute": {
@ -40,7 +39,7 @@
"<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\"/>"
], ],
"minSdkVersion": 30, "minSdkVersion": 26,
"targetSdkVersion": 30, "targetSdkVersion": 30,
"abiFilters": [ "abiFilters": [
"armeabi-v7a", "armeabi-v7a",

View File

@ -103,9 +103,9 @@
let pw = Base64.encode(encodeURIComponent(password.value)) let pw = Base64.encode(encodeURIComponent(password.value))
loading.value = true loading.value = true
/*生产环境 begin */ /*生产环境 begin */
// loginApi({ username: un, password: pw }) loginApi({ username: un, password: pw })
/*开发环境 begin */ /*开发环境 begin */
loginApi({ username: userName.value, password: password.value, captcha: 'app' }) // loginApi({ username: userName.value, password: password.value, captcha: 'app' })
.then((res : any) => { .then((res : any) => {
if (res.success) { if (res.success) {
const { result } = res const { result } = res

Binary file not shown.

After

Width:  |  Height:  |  Size: 841 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB