diff --git a/.env.development b/.env.development index 372f2bb..78450b6 100644 --- a/.env.development +++ b/.env.development @@ -3,12 +3,12 @@ ENV = 'development' # http://192.168.1.43:8324/admin # http://mer.crmeb.net/admin # base api -VUE_APP_BASE_API = 'http://192.168.1.50:8080' -# VUE_APP_BASE_API = 'https://api.tropjoin.com/' +# VUE_APP_BASE_API = 'http://192.168.1.9:8080' +VUE_APP_BASE_API = 'https://api.tropjoin.com/' # socket 连接地址 -VUE_APP_WS_URL = 'ws://http://192.168.1.50:8080' -# VUE_APP_WS_URL = 'ws://https://api.tropjoin.com/' +# VUE_APP_WS_URL = 'ws://http://192.168.1.9:8080' +VUE_APP_WS_URL = 'ws://https://api.tropjoin.com/' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled. diff --git a/src/filters/commFilter.js b/src/filters/commFilter.js index 43ca44c..9d9e27d 100644 --- a/src/filters/commFilter.js +++ b/src/filters/commFilter.js @@ -173,7 +173,9 @@ export function orderPayType(type) { '4': '支付宝', '5': '支付宝扫码', '6': '微信扫码', - '7': '铸源星支付' + '7': '铸源星支付', + '12': '汇付支付', + '13': '汇付支付' } return typeMap[type] } diff --git a/src/views/product/productExamine/editAttr.vue b/src/views/product/productExamine/editAttr.vue index ce0b65e..0834b09 100644 --- a/src/views/product/productExamine/editAttr.vue +++ b/src/views/product/productExamine/editAttr.vue @@ -81,11 +81,11 @@ - +