api回归
This commit is contained in:
parent
e505588a89
commit
d4dc80c683
|
@ -2,7 +2,7 @@
|
||||||
* @Author: Wind
|
* @Author: Wind
|
||||||
* @Date: 2022-07-15 17:48:05
|
* @Date: 2022-07-15 17:48:05
|
||||||
* @LastEditors: Wind
|
* @LastEditors: Wind
|
||||||
* @LastEditTime: 2022-07-19 13:45:54
|
* @LastEditTime: 2022-07-19 16:00:57
|
||||||
* @Description:
|
* @Description:
|
||||||
* @FilePath: \frontend\public\index.html
|
* @FilePath: \frontend\public\index.html
|
||||||
-->
|
-->
|
||||||
|
@ -21,9 +21,7 @@
|
||||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
-->
|
-->
|
||||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||||
<script src="./goods_new_v2.js">
|
<script src="http://lsxdemall.oss-cn-beijing.aliyuncs.com/commonproductlogo/goods_new_v2.js"></script>
|
||||||
|
|
||||||
</script>
|
|
||||||
<!--
|
<!--
|
||||||
Notice the use of %PUBLIC_URL% in the tags above.
|
Notice the use of %PUBLIC_URL% in the tags above.
|
||||||
It will be replaced with the URL of the `public` folder during the build.
|
It will be replaced with the URL of the `public` folder during the build.
|
||||||
|
|
|
@ -421,11 +421,7 @@ export const getIsRequireApproval = (id, data) => {
|
||||||
|
|
||||||
// //蓝色兄弟映射商品
|
// //蓝色兄弟映射商品
|
||||||
export const getProductInfoSelect = (params) => {
|
export const getProductInfoSelect = (params) => {
|
||||||
return req(
|
return req('get', baseurl + '/product/market/products', params)
|
||||||
'get',
|
|
||||||
'https://marketapi.1688sup.com' + '/product/market/products',
|
|
||||||
params
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 上传
|
// 上传
|
||||||
|
|
Loading…
Reference in New Issue