sale-client 3.5.68 → 3.5.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,7 +103,7 @@ var proxyTable = {
103
103
  '/rs': {
104
104
  // target: 'http://192.168.30.63:8081/'
105
105
  // target: 'http://121.36.106.17:8400/'
106
- target: bendi
106
+ target: fuwu
107
107
  }
108
108
  }
109
109
 
@@ -155,7 +155,7 @@ app.use(hotMiddleware)
155
155
  // serve pure static assets
156
156
  app.use('/static', express.static('./static'))
157
157
 
158
- module.exports = app.listen(8089, function (err) {
158
+ module.exports = app.listen(8085, function (err) {
159
159
  if (err) {
160
160
  console.log(err)
161
161
  return
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.5.68",
3
+ "version": "3.5.70",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {