店铺保证金审核处理
This commit is contained in:
parent
f71276bf68
commit
a77e330d82
|
@ -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.12:8080'
|
||||
VUE_APP_BASE_API = 'https://api.tropjoin.com'
|
||||
VUE_APP_BASE_API = 'http://shop.many.lo'
|
||||
# VUE_APP_BASE_API = 'https://api.tropjoin.com'
|
||||
|
||||
# socket 连接地址
|
||||
# VUE_APP_WS_URL = 'ws://http://192.168.1.12:8080'
|
||||
VUE_APP_WS_URL = 'ws://https://api.tropjoin.com'
|
||||
VUE_APP_WS_URL = 'ws://http://shop.many.lo'
|
||||
# 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.
|
||||
|
|
|
@ -422,7 +422,7 @@
|
|||
>操作记录</el-button
|
||||
>
|
||||
<el-button
|
||||
v-if="(type == 2 || type == 3 || type == 4) && scope.row.status != 1"
|
||||
v-if="(type == 2 || type == 3 || type == 4) && scope.row.status == 0"
|
||||
type="text"
|
||||
size="small"
|
||||
@click="offline(scope.row.order_id)"
|
||||
|
|
|
@ -637,6 +637,7 @@ export default {
|
|||
this.mConfig.push(tempItem);
|
||||
this.activeIndex = this.mConfig.length - 1;
|
||||
this.rConfig.push(tempItem);
|
||||
console.log(this.rConfig)
|
||||
}else {
|
||||
this.mConfig.splice(index+1, 0, tempItem);
|
||||
this.activeIndex = index;
|
||||
|
@ -811,6 +812,7 @@ export default {
|
|||
}
|
||||
this.loading = true;
|
||||
let val = this.$store.state.mobildConfig.defaultArray;
|
||||
console.log(val);
|
||||
if (!this.footActive) {
|
||||
let timestamp = new Date().getTime() * 1000;
|
||||
val[timestamp] = this.$store.state.mobildConfig.pageFooter;
|
||||
|
|
Loading…
Reference in New Issue