fix: 批量删除

feat-im-0607-xwk
向文可 3 years ago
parent 7a98d65a36
commit 2cfe2f366d

@ -163,6 +163,10 @@
const config = reactive({
//
columns: [
{
type: 'selection',
width: 60,
},
{
label: '所属系统',
width: 160,

@ -130,6 +130,10 @@
const config = reactive({
//
columns: [
{
type: 'selection',
width: 60,
},
{
label: '系统标识',
prop: 'client',

@ -194,6 +194,10 @@
const config = reactive({
//
columns: [
{
type: 'selection',
width: 60,
},
{
label: '所属店铺',
width: 160,

@ -23,9 +23,9 @@ export default (configEnv) => {
// target: 'http://192.168.10.109:8090/', // 显雨
// target: 'http://192.168.10.5:4500', // 高玉
// target: 'http://192.168.10.67:8090', // 罗战
target: 'http://192.168.10.94:8090', // 周渺
// target: 'http://192.168.10.94:8090', // 周渺
// target: 'http://192.168.10.124:8090', // 舒梦娇
// target: 'https://k8s-horse-gateway.mashibing.cn/', // 测试地址
target: 'https://k8s-horse-gateway.mashibing.cn/', // 测试地址
// target: 'https://you-gateway.mashibing.com', // 生产环境
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),

Loading…
Cancel
Save