李志伟 3 years ago
parent
commit
cab45e8e35
3 changed files with 2 additions and 3 deletions
  1. 1
    1
      config/prod.js
  2. 1
    1
      project.config.json
  3. 0
    1
      src/shop/components/ShopKeeper/shopKeeper.jsx

+ 1
- 1
config/prod.js View File

@@ -3,7 +3,7 @@ module.exports = {
3 3
     NODE_ENV: '"production"'
4 4
   },
5 5
   defineConstants: {
6
-    HOST: '"https://sgl-v2.njyunzhi.com"',
6
+    HOST: '"https://sgl-v2-test.njyunzhi.com"',
7 7
     OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
8 8
   },
9 9
   mini: {},

+ 1
- 1
project.config.json View File

@@ -2,7 +2,7 @@
2 2
   "miniprogramRoot": "./dist",
3 3
   "projectname": "miniapp",
4 4
   "description": "十公里",
5
-  "appid": "wx06a7372d48d56843",
5
+  "appid": "wx835627a9b9b3932a",
6 6
   "setting": {
7 7
     "urlCheck": true,
8 8
     "es6": false,

+ 0
- 1
src/shop/components/ShopKeeper/shopKeeper.jsx View File

@@ -170,7 +170,6 @@ export default (props) => {
170 170
             </>
171 171
           }
172 172
         </view>
173
-        {/* <view className='botton'>这是我的底线</view> */}
174 173
       </view>
175 174
     </view>
176 175
   )