1.0.5
This commit is contained in:
john 2024-06-13 18:41:06 +08:00
parent a97072958a
commit 1bd2ab1312
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "neer-app-h5",
"private": true,
"version": "1.0.4",
"version": "1.0.5",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -32,7 +32,7 @@ service.interceptors.request.use(
config.headers = {
...config.headers,
...customHeaders,
appVersion: "1.0.4",
appVersion: "1.0.5",
} as AxiosRequestHeaders;
return config;