sale-client 3.7.49 → 3.7.50

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, v4Url ] = ['http://192.168.50.67:30785/', 'http://localhost:8080/', 'http://192.168.50.67:30785']
4
+ const [ serverRul, localUrl, v4Url ] = ['http://192.168.50.67:31567/', 'http://localhost:8080/', 'http://192.168.50.67:31567']
5
5
  var merge = require('webpack-merge')
6
6
  var baseConfig = require('./webpack.dev.conf')
7
7
  var devConfig = {
@@ -107,6 +107,12 @@ var devConfig = {
107
107
  '/rs/logic': {
108
108
  target: localUrl
109
109
  },
110
+ '/rs/file':{
111
+ target: localUrl
112
+ },
113
+ '/rs/downloadfile': {
114
+ target: localUrl
115
+ },
110
116
  '/rs/entity': {
111
117
  target: localUrl
112
118
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.7.49",
3
+ "version": "3.7.50",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -708,7 +708,7 @@ let loadParamGem = async function (self) {
708
708
 
709
709
  },
710
710
  downloadFiles(){
711
- let downurl='rs/downloadfile/file?filename=批量建档导出Excel模板';
711
+ let downurl='rs/downloadfile/file?filename=批量建档导出Excel模板_荣创';
712
712
  this.$downFile(downurl,'批量建档导出Excel模板.xlsx')
713
713
  },
714
714
  /**
package/src/main.js CHANGED
@@ -2,7 +2,7 @@ import Vue from 'vue'
2
2
  import all from 'vue-client/src/all'
3
3
  import App from './App'
4
4
  import system from 'system-clients/src/system'
5
- import FilialeSale from './filiale/shiquan/sale'
5
+ import FilialeSale from './filiale/rongchuang/sale'
6
6
  import sale from './sale'
7
7
  import address from 'address-client/src/address'
8
8
  import ldap from 'ldap-clients/src/ldap'
@@ -24,7 +24,7 @@ system(false)
24
24
  sale()
25
25
  address()
26
26
  ldap()
27
- FilialeSale()
27
+ FilialeSale()
28
28
  require('system-clients/src/styles/less/bootstrap.less')
29
29
 
30
30
  new Vue({