sale-client 4.2.6-ronghao → 4.2.7

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.
File without changes
@@ -0,0 +1,2 @@
1
+ #Thu Mar 13 17:10:29 CST 2025
2
+ gradle.version=5.2.1
File without changes
@@ -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://218.93.226.210:31467/', 'http://218.93.226.210:31467/']
4
+ const [ serverRul, localUrl ] = ['https://yc.aofengcloud.com:31467/', 'https://yc.aofengcloud.com:31467/']
5
5
  var merge = require('webpack-merge')
6
6
  var baseConfig = require('./webpack.dev.conf')
7
7
  var devConfig = {
@@ -42,9 +42,9 @@ var devConfig = {
42
42
  // target: 'http://410663id1ia4.vicp.fun'
43
43
  // },
44
44
  // '/api/af-revenue/sql': {
45
- // pathRewrite: {
46
- // '/api/af-revenue/sql': '/sql'
47
- // },
45
+ // // pathRewrite: {
46
+ // // '/api/af-revenue/sql': '/sql'
47
+ // // },
48
48
  // target: localUrl
49
49
  // },
50
50
  '/rs/pay': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.2.6-ronghao",
3
+ "version": "4.2.7",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -685,7 +685,7 @@ let meterBookGen = function* (self) {
685
685
  if (meterbooks.data.length > 0) {
686
686
  let options = []
687
687
  for (let i = 0; i < meterbooks.data.length; i++) {
688
- let tmp = {label: meterbooks.data[i].f_book_name, value: `${meterbooks.data[i].id}`}
688
+ let tmp = {label: meterbooks.data[i].f_book_name, value: meterbooks.data[i].id}
689
689
  options.push(tmp)
690
690
  }
691
691
  self.meterbookoptions = options
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/ronghao/sale'
5
+ import FilialeSale from './filiale/yuncheng/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'