From c478bc1b36e38774cf01c02fd5e23858bd70a4a3 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 29 十一月 2023 13:42:46 +0800
Subject: [PATCH] #
---
unpackage/res/icons/80x80.png | 0
unpackage/res/icons/76x76.png | 0
static/js/common.js | 2 +-
unpackage/res/icons/120x120.png | 0
unpackage/res/icons/192x192.png | 0
unpackage/res/icons/152x152.png | 0
unpackage/res/icons/40x40.png | 0
unpackage/res/icons/96x96.png | 0
unpackage/res/icons/1024x1024.png | 0
unpackage/res/icons/29x29.png | 0
manifest.json | 32 ++++++++++++++++++++++++++++++++
unpackage/res/icons/58x58.png | 0
unpackage/res/icons/60x60.png | 0
unpackage/res/icons/167x167.png | 0
unpackage/res/icons/20x20.png | 0
main.js | 2 +-
unpackage/res/icons/144x144.png | 0
unpackage/res/icons/87x87.png | 0
unpackage/res/icons/180x180.png | 0
unpackage/res/icons/72x72.png | 0
20 files changed, 34 insertions(+), 2 deletions(-)
diff --git a/main.js b/main.js
index d735e08..5ea0157 100644
--- a/main.js
+++ b/main.js
@@ -5,7 +5,7 @@
import Vue from 'vue'
Vue.use(uView)
Vue.config.productionTip = false
-Vue.prototype.baseUrl = 'http://192.168.4.191:9528'
+Vue.prototype.baseUrl = 'http://crm.zoneyung.net'
App.mpType = 'app'
const app = new Vue({
...App
diff --git a/manifest.json b/manifest.json
index cb2a6b1..7521137 100644
--- a/manifest.json
+++ b/manifest.json
@@ -53,6 +53,38 @@
"android" : {
"xxhdpi" : ""
}
+ },
+ "icons" : {
+ "android" : {
+ "hdpi" : "unpackage/res/icons/72x72.png",
+ "xhdpi" : "unpackage/res/icons/96x96.png",
+ "xxhdpi" : "unpackage/res/icons/144x144.png",
+ "xxxhdpi" : "unpackage/res/icons/192x192.png"
+ },
+ "ios" : {
+ "appstore" : "unpackage/res/icons/1024x1024.png",
+ "ipad" : {
+ "app" : "unpackage/res/icons/76x76.png",
+ "app@2x" : "unpackage/res/icons/152x152.png",
+ "notification" : "unpackage/res/icons/20x20.png",
+ "notification@2x" : "unpackage/res/icons/40x40.png",
+ "proapp@2x" : "unpackage/res/icons/167x167.png",
+ "settings" : "unpackage/res/icons/29x29.png",
+ "settings@2x" : "unpackage/res/icons/58x58.png",
+ "spotlight" : "unpackage/res/icons/40x40.png",
+ "spotlight@2x" : "unpackage/res/icons/80x80.png"
+ },
+ "iphone" : {
+ "app@2x" : "unpackage/res/icons/120x120.png",
+ "app@3x" : "unpackage/res/icons/180x180.png",
+ "notification@2x" : "unpackage/res/icons/40x40.png",
+ "notification@3x" : "unpackage/res/icons/60x60.png",
+ "settings@2x" : "unpackage/res/icons/58x58.png",
+ "settings@3x" : "unpackage/res/icons/87x87.png",
+ "spotlight@2x" : "unpackage/res/icons/80x80.png",
+ "spotlight@3x" : "unpackage/res/icons/120x120.png"
+ }
+ }
}
}
},
diff --git a/static/js/common.js b/static/js/common.js
index 96026f6..7928e00 100644
--- a/static/js/common.js
+++ b/static/js/common.js
@@ -1,4 +1,4 @@
-const baseUrl = 'http://192.168.4.191:9528'
+const baseUrl = 'http://crm.zoneyung.net'
export default {
baseUrl
diff --git a/unpackage/res/icons/1024x1024.png b/unpackage/res/icons/1024x1024.png
new file mode 100644
index 0000000..0b609f2
--- /dev/null
+++ b/unpackage/res/icons/1024x1024.png
Binary files differ
diff --git a/unpackage/res/icons/120x120.png b/unpackage/res/icons/120x120.png
new file mode 100644
index 0000000..af4957e
--- /dev/null
+++ b/unpackage/res/icons/120x120.png
Binary files differ
diff --git a/unpackage/res/icons/144x144.png b/unpackage/res/icons/144x144.png
new file mode 100644
index 0000000..e0e0fbd
--- /dev/null
+++ b/unpackage/res/icons/144x144.png
Binary files differ
diff --git a/unpackage/res/icons/152x152.png b/unpackage/res/icons/152x152.png
new file mode 100644
index 0000000..4933d64
--- /dev/null
+++ b/unpackage/res/icons/152x152.png
Binary files differ
diff --git a/unpackage/res/icons/167x167.png b/unpackage/res/icons/167x167.png
new file mode 100644
index 0000000..c8cbda4
--- /dev/null
+++ b/unpackage/res/icons/167x167.png
Binary files differ
diff --git a/unpackage/res/icons/180x180.png b/unpackage/res/icons/180x180.png
new file mode 100644
index 0000000..9d6f6d7
--- /dev/null
+++ b/unpackage/res/icons/180x180.png
Binary files differ
diff --git a/unpackage/res/icons/192x192.png b/unpackage/res/icons/192x192.png
new file mode 100644
index 0000000..a908210
--- /dev/null
+++ b/unpackage/res/icons/192x192.png
Binary files differ
diff --git a/unpackage/res/icons/20x20.png b/unpackage/res/icons/20x20.png
new file mode 100644
index 0000000..725f802
--- /dev/null
+++ b/unpackage/res/icons/20x20.png
Binary files differ
diff --git a/unpackage/res/icons/29x29.png b/unpackage/res/icons/29x29.png
new file mode 100644
index 0000000..d6fcef0
--- /dev/null
+++ b/unpackage/res/icons/29x29.png
Binary files differ
diff --git a/unpackage/res/icons/40x40.png b/unpackage/res/icons/40x40.png
new file mode 100644
index 0000000..4bc001c
--- /dev/null
+++ b/unpackage/res/icons/40x40.png
Binary files differ
diff --git a/unpackage/res/icons/58x58.png b/unpackage/res/icons/58x58.png
new file mode 100644
index 0000000..5730cb3
--- /dev/null
+++ b/unpackage/res/icons/58x58.png
Binary files differ
diff --git a/unpackage/res/icons/60x60.png b/unpackage/res/icons/60x60.png
new file mode 100644
index 0000000..e68b980
--- /dev/null
+++ b/unpackage/res/icons/60x60.png
Binary files differ
diff --git a/unpackage/res/icons/72x72.png b/unpackage/res/icons/72x72.png
new file mode 100644
index 0000000..42e71d6
--- /dev/null
+++ b/unpackage/res/icons/72x72.png
Binary files differ
diff --git a/unpackage/res/icons/76x76.png b/unpackage/res/icons/76x76.png
new file mode 100644
index 0000000..167efd9
--- /dev/null
+++ b/unpackage/res/icons/76x76.png
Binary files differ
diff --git a/unpackage/res/icons/80x80.png b/unpackage/res/icons/80x80.png
new file mode 100644
index 0000000..0a49da7
--- /dev/null
+++ b/unpackage/res/icons/80x80.png
Binary files differ
diff --git a/unpackage/res/icons/87x87.png b/unpackage/res/icons/87x87.png
new file mode 100644
index 0000000..2ee2a0e
--- /dev/null
+++ b/unpackage/res/icons/87x87.png
Binary files differ
diff --git a/unpackage/res/icons/96x96.png b/unpackage/res/icons/96x96.png
new file mode 100644
index 0000000..43239a6
--- /dev/null
+++ b/unpackage/res/icons/96x96.png
Binary files differ
--
Gitblit v1.9.1