Przeglądaj źródła

ci: 修改appid

liangan 1 miesiąc temu
rodzic
commit
afde73018a
5 zmienionych plików z 5 dodań i 5 usunięć
  1. 1 1
      env/.env.development
  2. 1 1
      env/.env.production
  3. 1 1
      env/.env.test
  4. 1 1
      package.json
  5. 1 1
      src/manifest.json

+ 1 - 1
env/.env.development

@@ -5,7 +5,7 @@ VITE_DELETE_CONSOLE = false
 # 是否开启sourcemap
 VITE_SHOW_SOURCEMAP = true
 
-VITE_UNI_APPID = '__UNI__F0919F6'
+VITE_UNI_APPID = '__UNI__FDE416C'
 
 VITE_SERVER_BASEURL = 'http://124.222.152.234:8101' # mall
 VITE_API_SECONDARY_URL = 'http://124.222.152.234:8101' # cif

+ 1 - 1
env/.env.production

@@ -5,7 +5,7 @@ VITE_DELETE_CONSOLE = true
 # 是否开启sourcemap
 VITE_SHOW_SOURCEMAP = false
 
-VITE_UNI_APPID = '__UNI__C639CFC'
+VITE_UNI_APPID = '__UNI__BA8433E'
 
 VITE_SERVER_BASEURL = 'https://api.bandhubuy.com' # mall
 VITE_API_SECONDARY_URL = 'https://api.bandhubuy.com' # cif

+ 1 - 1
env/.env.test

@@ -5,7 +5,7 @@ VITE_DELETE_CONSOLE = false
 # 是否开启sourcemap
 VITE_SHOW_SOURCEMAP = true
 
-VITE_UNI_APPID = '__UNI__F0919F6'
+VITE_UNI_APPID = '__UNI__FDE416C'
 VITE_SERVER_BASEURL = 'http://124.222.152.234:8101' # mall
 VITE_API_SECONDARY_URL = 'http://124.222.152.234:8101' # cif
 VITE_API_THIRD_URL = 'http://124.222.152.234:8101' # operating

+ 1 - 1
package.json

@@ -4,7 +4,7 @@
   "version": "3.2.0",
   "packageManager": "pnpm@10.10.0",
   "description": "BandhuBuy - APP",
-  "update-time": "2026-01-12",
+  "update-time": "2026-01-13",
   "engines": {
     "node": ">=18",
     "pnpm": ">=7.30"

+ 1 - 1
src/manifest.json

@@ -1,6 +1,6 @@
 {
   "name": "BandhuBuy",
-  "appid": "__UNI__F0919F6",
+  "appid": "__UNI__FDE416C",
   "description": "",
   "versionName": "1.0.0",
   "versionCode": "100",