|
|
@@ -111,6 +111,7 @@ import { getPcProductPage } from '@/api/search/index';
|
|
|
import { getAddressList } from '@/api/pc/enterprise/index';
|
|
|
import { pcOrdersubmit } from '@/api/goods/index';
|
|
|
import templateFile from './商品导入模版.xlsx?url';
|
|
|
+import { onPath } from '@/utils/siteConfig';
|
|
|
|
|
|
const router = useRouter();
|
|
|
const selectedAddress = ref(0);
|
|
|
@@ -266,7 +267,7 @@ const handleConfirmAddress = () => {
|
|
|
ElMessage.success('已确认收货地址');
|
|
|
};
|
|
|
const handleManageAddress = () => {
|
|
|
- router.push('/easybuv');
|
|
|
+ onPath('/easybuv');
|
|
|
};
|
|
|
const handleSubmitOrder = async () => {
|
|
|
if (availableProducts.value === 0) {
|