2.0
2
env/.env
vendored
@ -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'
|
||||||
|
4
env/.env.development
vendored
@ -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
@ -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'
|
||||||
|
@ -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: [
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
export default {
|
export default {
|
||||||
onLaunch: function (options) {
|
onLaunch: function (options) {
|
||||||
// 检查更新
|
// 检查更新
|
||||||
// useUpdateApp().checkAppUpdate()
|
useUpdateApp().checkAppUpdate()
|
||||||
// 定位
|
// 定位
|
||||||
getLocation()
|
getLocation()
|
||||||
},
|
},
|
||||||
|
@ -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",
|
||||||
|
@ -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
|
||||||
|
BIN
src/static/app/icons/1024x1024.png
Normal file
After Width: | Height: | Size: 841 KiB |
BIN
src/static/app/icons/120x120.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
src/static/app/icons/144x144.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
src/static/app/icons/152x152.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
src/static/app/icons/167x167.png
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
src/static/app/icons/180x180.png
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
src/static/app/icons/192x192.png
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
src/static/app/icons/20x20.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
src/static/app/icons/29x29.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
src/static/app/icons/40x40.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
src/static/app/icons/58x58.png
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
src/static/app/icons/60x60.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
src/static/app/icons/72x72.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/static/app/icons/76x76.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
src/static/app/icons/80x80.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
src/static/app/icons/87x87.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
src/static/app/icons/96x96.png
Normal file
After Width: | Height: | Size: 19 KiB |