1
This commit is contained in:
parent
2f8e6e2fc0
commit
7ef94beda1
@ -3,10 +3,10 @@ ENV = 'development'
|
|||||||
|
|
||||||
# base api
|
# base api
|
||||||
# VUE_APP_BASE_API = 'http://192.168.31.106:8324'
|
# VUE_APP_BASE_API = 'http://192.168.31.106:8324'
|
||||||
VUE_APP_BASE_API = 'https://crmeb-test.shop.lihaink.cn/'
|
VUE_APP_BASE_API = 'https://crmeb-test.shop.lihaink.cn'
|
||||||
|
|
||||||
# socket 连接地址
|
# socket 连接地址
|
||||||
VUE_APP_WS_URL = 'ws://crmeb-test.shop.lihaink.cn/'
|
VUE_APP_WS_URL = 'ws://crmeb-test.shop.lihaink.cn'
|
||||||
# VUE_APP_WS_URL = 'ws://mer1.crmeb.net'
|
# VUE_APP_WS_URL = 'ws://mer1.crmeb.net'
|
||||||
|
|
||||||
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
||||||
|
@ -547,6 +547,14 @@ export function freeTrialApi(id, data) {
|
|||||||
export function batchesOnOffApi(data) {
|
export function batchesOnOffApi(data) {
|
||||||
return request.post(`store/product/batch_status`, data)
|
return request.post(`store/product/batch_status`, data)
|
||||||
}
|
}
|
||||||
|
/** 商品列表 -- 批量回收/恢复 */
|
||||||
|
export function batchesDelApi(data) {
|
||||||
|
return request.post(`store/product/batch_del`, data)
|
||||||
|
}
|
||||||
|
/** 商品列表 -- 批量删除 */
|
||||||
|
export function batchesDestroyApi(data) {
|
||||||
|
return request.post(`store/product/batch_destroy`, data)
|
||||||
|
}
|
||||||
/** 商品列表 -- 批量设置标签 */
|
/** 商品列表 -- 批量设置标签 */
|
||||||
export function batchesLabelsApi(data) {
|
export function batchesLabelsApi(data) {
|
||||||
return request.post(`store/product/batch_labels`, data)
|
return request.post(`store/product/batch_labels`, data)
|
||||||
@ -645,4 +653,4 @@ export function unitDeleteApi(id) {
|
|||||||
*/
|
*/
|
||||||
export function unitOptionsApi() {
|
export function unitOptionsApi() {
|
||||||
return request.get(`product/unit/option`)
|
return request.get(`product/unit/option`)
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user