Skip to content

Commit fd9277f

Browse files
committed
refactor:开源社区模块服务接口版本升级至 v7
1 parent fd7920f commit fd9277f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/admin/library/module/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class Server
2222
{
23-
private static string $apiBaseUrl = '/api/v6.store/';
23+
private static string $apiBaseUrl = '/api/v7.store/';
2424

2525
/**
2626
* 下载

web/src/api/backend/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { useBaAccount } from '/@/stores/baAccount'
22
import { useSiteConfig } from '/@/stores/siteConfig'
33
import createAxios from '/@/utils/axios'
44

5+
const storeUrl = '/api/v7.store/'
56
const moduleControllerUrl = '/admin/module/'
6-
const storeUrl = '/api/v6.store/'
77

88
export function index(params: anyObj = {}) {
99
return createAxios({

0 commit comments

Comments
 (0)