2 Incheckningar 5a19c58605 ... c86fcdd194

Upphovsman SHA1 Meddelande Datum
  FengChaoYu c86fcdd194 Merge branch 'master' of https://gogs.zfire.top/yanwen/overseas-jsm-mall-front 2 dagar sedan
  FengChaoYu 82596cb63f no message 2 dagar sedan
2 ändrade filer med 8 tillägg och 0 borttagningar
  1. 6 0
      .env.location
  2. 2 0
      package.json

+ 6 - 0
.env.location

@@ -0,0 +1,6 @@
+ENV = 'development'
+
+VITE_APP_BASE_API = 'http://localhost:33004/overseas-miniapp'
+
+VITE_APP_BASE_OSS = 'http://localhost:33004/overseas-miniapp/img/get?key='
+

+ 2 - 0
package.json

@@ -5,7 +5,9 @@
   "type": "module",
   "scripts": {
     "dev": "vite",
+    "location": "vite --mode location",
     "build": "vite build",
+    "build:prd": "vite build --mode production",
     "preview": "vite preview"
   },
   "dependencies": {