去掉老吕

This commit is contained in:
clc
2022-08-15 17:55:10 +08:00
parent e3238cb907
commit a59bf23fd7
13 changed files with 63 additions and 14 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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
View File

@@ -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",

View File

@@ -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'