Browse Source

2023-11-24

cmy 2 years ago
parent
commit
9fa8dd2b3c
2 changed files with 4 additions and 4 deletions
  1. 2 2
      config/app.js
  2. 2 2
      manifest.json

+ 2 - 2
config/app.js

@@ -13,9 +13,9 @@ module.exports = {
 	// 小程序配置
 	// #ifdef MP || APP-PLUS
 	// 请求域名 格式: https://您的域名
-	HTTP_REQUEST_URL: `https://store.liuniu946.com`,
+	HTTP_REQUEST_URL: `https://store.qiniu1314.com`,
 	// 长连接 格式:wss://您的域名 
-	VUE_APP_WS_URL: `wss://store.liuniu946.com/ws`,
+	VUE_APP_WS_URL: `wss://store.qiniu1314.com/ws`,
 	// #endif
 	// H5配置
 	// #ifdef H5

+ 2 - 2
manifest.json

@@ -1,6 +1,6 @@
 {
     "name" : "太极券",
-    "appid" : "__UNI__B0B5BE7",
+    "appid" : "__UNI__808A771",
     "description" : "太极券商城",
     "versionName" : "2.1.1",
     "versionCode" : 211,
@@ -195,7 +195,7 @@
             "https" : false,
             "proxy" : {
                 "^/api" : {
-                    "target" : "https://store.liuniu946.com"
+                    "target" : "https://store.qiniu1314.com"
                 }
             }
         },