This commit is contained in:
@QQNZX 2024-03-06 09:26:20 +08:00
parent 82163ee70d
commit 43e8fa2e6c
4 changed files with 7 additions and 6 deletions

View File

@ -417,7 +417,6 @@ import {
mounted() { mounted() {
this.getlist() this.getlist()
this.gettj() this.gettj()
}, },
methods:{ methods:{
getwysk(row){ getwysk(row){

View File

@ -430,6 +430,8 @@
}, },
addoilBlock(){ addoilBlock(){
this.gbPrice = null,
this.oilPrice=null,
this.ruleForm = { this.ruleForm = {
type:this.queryParams.type, type:this.queryParams.type,
lockupPrice: 0 , lockupPrice: 0 ,

View File

@ -6,11 +6,11 @@ module.exports = {
// baseUrl: 'http://www.nuoyunr.com/lananRsc/', // baseUrl: 'http://www.nuoyunr.com/lananRsc/',
// baseUrl: 'http://192.168.0.121:8080/', // baseUrl: 'http://192.168.0.121:8080/',
baseUrl: 'http://192.168.0.178:8008/', baseUrl: 'http://192.168.0.196:8081/',
imagesUrl: 'http://192.168.0.196:8081',
// baseUrl: 'http://192.168.1.5:8002/cdJdc', // baseUrl: 'http://192.168.1.5:8002/cdJdc',
imagesUrl: 'http://www.nuoyunr.com/lananRsc', // imagesUrl: 'http://www.nuoyunr.com/lananRsc',
// 应用信息 // 应用信息
appInfo: { appInfo: {
// 应用名称 // 应用名称

View File

@ -76,10 +76,10 @@
text: "全部" text: "全部"
}, },
{ {
text: "储值卡" text: "电子储值卡"
}, },
{ {
text: "囤油卡" text: "电子囤油卡"
}, },
] ]