sale-client 4.0.68-preview → 4.0.69-preview

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.
@@ -1,7 +1,7 @@
1
1
  var path = require('path')
2
2
  var checkVersion = require('./versionCheck.js')
3
3
  checkVersion()
4
- const [ serverRul, localUrl ] = ['http://192.168.50.67:31467/', 'http://localhost:9026/']
4
+ const [ serverRul, localUrl ] = ['http://222.222.226.211:31467/', 'http://localhost:9026/']
5
5
  var merge = require('webpack-merge')
6
6
  var baseConfig = require('./webpack.dev.conf')
7
7
  var devConfig = {
@@ -11,7 +11,7 @@ var devConfig = {
11
11
  publicPath: baseConfig.output.publicPath,
12
12
  historyApiFallback: true,
13
13
  host: '127.0.0.1',
14
- port: 8089,
14
+ port: 8090,
15
15
  open: false,
16
16
  stats: {
17
17
  colors: false, // 配置控制台输出彩色日志
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.0.68-preview",
3
+ "version": "4.0.69-preview",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -55,7 +55,7 @@
55
55
  try {
56
56
  let http = new HttpResetClass()
57
57
  let res = await http.load('GET', `rs/vue/toolcards.json`, {}, {resolveMsg: null, rejectMsg: null})
58
- this.model.rows = res.data
58
+ this.model.rows = res.data.value ? res.data.value : res.data
59
59
  } catch (e) { }
60
60
  },
61
61
  search () {
package/src/main.js CHANGED
@@ -3,7 +3,7 @@ import all from 'vue-client/src/all'
3
3
  import App from './App'
4
4
  import system from 'system-clients/src/system'
5
5
  import sale from './sale'
6
- import FilialeSale from './filiale/beifangshiye/sale'
6
+ import FilialeSale from './filiale/huaran/sale'
7
7
  import address from 'address-client/src/address'
8
8
  import ldap from 'ldap-clients/src/ldap'
9
9
  import VueClipboard from 'vue-clipboard2'