fix: 组件引用

feature/task1.0.0__0514__ch
向文可 3 years ago
parent e4bd675e09
commit 553d9ae277

@ -29,6 +29,7 @@
<script setup lang="jsx">
import ElButton from '@/components/extra/ElButton.vue';
import ElImage from '@/components/extra/ElImage.vue';
import ElSwitch from '@/components/extra/ElSwitch.vue';
import ProductPicker from '@/views/sales/product/picker.vue';
const store = useStore();

@ -32,6 +32,8 @@
<script setup lang="jsx">
import ElButton from '@/components/extra/ElButton.vue';
import ElIcon from '@/components/extra/ElIcon.vue';
import ElImage from '@/components/extra/ElImage.vue';
import ElSwitch from '@/components/extra/ElSwitch.vue';
const router = useRouter();
const store = useStore();

@ -150,12 +150,12 @@
},
{
label: '发布时间',
prop: 'phone',
prop: 'releaseTime',
width: 160,
},
{
label: '发布人员',
prop: 'email',
prop: 'createUser',
width: 160,
},
{

@ -23,9 +23,9 @@ export default (configEnv) => {
// target: 'http://192.168.10.109:8090/', // 显雨
// target: 'http://192.168.10.251:8090', // 高玉
// target: 'http://192.168.10.67:8090', // 罗战
// target: 'https://k8s-horse-gateway.mashibing.cn/', // 测试地址
target: 'https://k8s-horse-gateway.mashibing.cn/', // 测试地址
// target: 'https://gateway.mashibing.cn', // 预发地址
target: 'https://like-gateway.mashibing.com', // 生产环境
// target: 'https://like-gateway.mashibing.com', // 生产环境
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},

Loading…
Cancel
Save