管理后台系统管理-版本管理修改更新选中当前版本接口
This commit is contained in:
@@ -8,7 +8,7 @@ export const $version = new $api('/api/tbVersion')
|
||||
*/
|
||||
export function $upSel(data) {
|
||||
return request({
|
||||
url: 'upSel',
|
||||
url: 'api/tbVersion/upSel',
|
||||
method: "put",
|
||||
data: {
|
||||
shopId: localStorage.getItem("shopId"),
|
||||
|
||||
Reference in New Issue
Block a user