去掉老吕

pull/1/head
clc 3 years ago
parent e3238cb907
commit a59bf23fd7
  1. 2
      BagStation/orderDetail/orderDetail.vue
  2. 2
      BagStation/orderDetail/orderDetailUrea.vue
  3. 2
      BagStation/pages/SeparateProcess/payResult.vue
  4. 2
      BagStation/pages/components/price-select-tab.vue
  5. 2
      BagStation/pages/components/price-tab.vue
  6. 2
      BagStation/pages/makeOrder/payResult.vue
  7. 2
      BagStation/pages/newRoutePlanning/components/serviceStation.vue
  8. 2
      BagStation/ureaOrderDetail/ureaOrderDetail.vue
  9. 2
      components/site-item/site-item.vue
  10. 2
      components/three-item.vue
  11. 2
      main.js
  12. 51
      package-lock.json
  13. 4
      utils/request.js

@ -376,7 +376,7 @@
case 'WJY':
return '万金油'
case 'LV':
return '老吕(找油网)'
return '其他'
case 'TY':
return '团油'
case 'YDJY':

@ -399,7 +399,7 @@
case 'WJY':
return '万金油'
case 'LV':
return '老吕(找油网)'
return '其他'
case 'TY':
return '团油'
case 'YDJY':

@ -370,7 +370,7 @@
case 'WJY':
return '万金油'
case 'LV':
return '老吕(找油网)'
return '其他'
case 'TY':
return '团油'
case 'YDJY':

@ -1202,7 +1202,7 @@
case 'WJY':
return '万金油'
case 'LV':
return '老吕(找油网)'
return '其他'
case 'TY':
return '团油'
case 'YDJY':

@ -152,7 +152,7 @@
case 'WJY':
return '万金油'
case 'LV':
return '老吕(找油网)'
return '其他'
case 'TY':
return '团油'
case 'YDJY':

@ -370,7 +370,7 @@
case 'WJY':
return '万金油'
case 'LV':
return '老吕(找油网)'
return '其他'
case 'TY':
return '团油'
case 'YDJY':

@ -82,7 +82,7 @@
case 'WJY':
return '万金油'
case 'LV':
return '老吕(找油网)'
return '其他'
case 'TY':
return '团油'
case 'YDJY':

@ -349,7 +349,7 @@
case 'WJY':
return '万金油'
case 'LV':
return '老吕(找油网)'
return '其他'
case 'TY':
return '团油'
case 'YDJY':

@ -137,7 +137,7 @@
// case 'WJY':
// return ''
// case 'LV':
// return ''
// return ''
// case 'TY':
// return ''
// case 'YDJY':

@ -57,7 +57,7 @@
case 'WJY':
return '万金油'
case 'LV':
return '老吕(找油网)'
return '其他'
case 'TY':
return '团油'
case 'YDJY':

@ -59,7 +59,7 @@ Vue.filter('olitype',(value)=>{
case 'WJY':
return '万金油'
case 'LV':
return '老吕(找油网)'
return '其他'
case 'TY':
return '团油'
case 'YDJY':

51
package-lock.json generated

@ -1,8 +1,57 @@
{
"name": "wechat-oil-company",
"version": "1.0.0",
"lockfileVersion": 1,
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "wechat-oil-company",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"crypto-js": "^4.0.0",
"js-md5": "^0.7.3"
}
},
"node_modules/axios": {
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
"dependencies": {
"follow-redirects": "^1.10.0"
}
},
"node_modules/crypto-js": {
"version": "4.0.0",
"resolved": "https://registry.nlark.com/crypto-js/download/crypto-js-4.0.0.tgz",
"integrity": "sha1-KQSrJnep0EKFai6i74DekuSjbcw="
},
"node_modules/follow-redirects": {
"version": "1.14.2",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.2.tgz",
"integrity": "sha512-yLR6WaE2lbF0x4K2qE2p9PEXKLDjUjnR/xmjS3wHAYxtlsI9MLLBJUZirAHKzUZDGLxje7w/cXR49WOUo4rbsA==",
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh"
}
],
"engines": {
"node": ">=4.0"
},
"peerDependenciesMeta": {
"debug": {
"optional": true
}
}
},
"node_modules/js-md5": {
"version": "0.7.3",
"resolved": "https://registry.npm.taobao.org/js-md5/download/js-md5-0.7.3.tgz",
"integrity": "sha1-tPL7sLMnRV9ZjWcn447Ccs0Jw/I="
}
},
"dependencies": {
"axios": {
"version": "0.21.1",

@ -1,8 +1,8 @@
import axios from 'axios'
import utils from '@/utils/encode'
// const env = process.env.NODE_ENV
// const env = 'production'/* */
const env = 'test'
const env = 'production'/* */
// const env = 'test'
// const env = 'production'
// 45
const testUrl = 'http://192.168.0.46:38080'

Loading…
Cancel
Save