Browse Source

区购独立版

cr 4 years ago
parent
commit
5f93de1f39
6 changed files with 6 additions and 31 deletions
  1. 1 1
      .env
  2. 1 1
      .env.develop
  3. 1 1
      .env.production
  4. 1 26
      README.md
  5. 1 1
      a.txt
  6. 1 1
      src/manifest.json

+ 1 - 1
.env

@@ -17,7 +17,7 @@ VUE_APP_IMAGE_BASE_URL = https://youxuan.ixiaokejia.com
17 17
 VUE_APP_IMAGE_RESOURCE_URL = https://oss.ixiaokejia.com
18 18
 
19 19
 # 微信小程序appId
20
-VUE_APP_WX_APPID = wxd36f7a1e1f6fb9dc
20
+VUE_APP_WX_APPID = wx7d16ba51271496b8
21 21
 
22 22
 # 签名加密盐
23 23
 VUE_APP_SALT =

+ 1 - 1
.env.develop

@@ -17,7 +17,7 @@ VUE_APP_IMAGE_BASE_URL = https://youxuan.ixiaokejia.com
17 17
 VUE_APP_IMAGE_RESOURCE_URL = https://oss.ixiaokejia.com
18 18
 
19 19
 # 微信小程序appId
20
-VUE_APP_WX_APPID = wxd36f7a1e1f6fb9dc
20
+VUE_APP_WX_APPID = wx7d16ba51271496b8
21 21
 
22 22
 # 签名加密盐
23 23
 VUE_APP_SALT =

+ 1 - 1
.env.production

@@ -17,7 +17,7 @@ VUE_APP_IMAGE_BASE_URL = https://youxuan.ixiaokejia.com
17 17
 VUE_APP_IMAGE_RESOURCE_URL = https://oss.ixiaokejia.com
18 18
 
19 19
 # 微信小程序appId
20
-VUE_APP_WX_APPID = wxd36f7a1e1f6fb9dc
20
+VUE_APP_WX_APPID = wx7d16ba51271496b8
21 21
 
22 22
 # 签名加密盐
23 23
 VUE_APP_SALT =

+ 1 - 26
README.md

@@ -1,26 +1 @@
1
-# xkjHelperongcheng
2
-
3
-## Project setup
4
-```
5
-yarn install
6
-```
7
-
8
-### Compiles and hot-reloads for development
9
-```
10
-yarn run serve
11
-```
12
-
13
-### Compiles and minifies for production
14
-```
15
-yarn run build
16
-```
17
-
18
-### Run your tests
19
-```
20
-yarn run test
21
-```
22
-
23
-### Lints and fixes files
24
-```
25
-yarn run lint
26
-```
1
+区购独立版

+ 1 - 1
a.txt

@@ -1,7 +1,7 @@
1 1
 VUE_APP_API_BASE_URL = https://youxuan.ixiaokejia.com
2 2
 http://localhost:8076
3 3
 
4
-appId: wxd36f7a1e1f6fb9dc
4
+appId: wx7d16ba51271496b8
5 5
 
6 6
          {
7 7
                 "text": "优选",

+ 1 - 1
src/manifest.json

@@ -56,7 +56,7 @@
56 56
     /* 快应用特有相关 */
57 57
     "mp-weixin" : {
58 58
         /* 微信小程序特有相关 */
59
-        "appid" : "wxd36f7a1e1f6fb9dc",
59
+        "appid" : "wx7d16ba51271496b8",
60 60
         "setting" : {
61 61
             "urlCheck" : false
62 62
         },