We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7920f commit fd9277fCopy full SHA for fd9277f
app/admin/library/module/Server.php
@@ -20,7 +20,7 @@
20
*/
21
class Server
22
{
23
- private static string $apiBaseUrl = '/api/v6.store/';
+ private static string $apiBaseUrl = '/api/v7.store/';
24
25
/**
26
* 下载
web/src/api/backend/module.ts
@@ -2,8 +2,8 @@ import { useBaAccount } from '/@/stores/baAccount'
2
import { useSiteConfig } from '/@/stores/siteConfig'
3
import createAxios from '/@/utils/axios'
4
5
+const storeUrl = '/api/v7.store/'
6
const moduleControllerUrl = '/admin/module/'
-const storeUrl = '/api/v6.store/'
7
8
export function index(params: anyObj = {}) {
9
return createAxios({
0 commit comments