ZaiZai 1 year ago
parent
commit
0664e7b980
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 1 1
      scripts/build.js

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240415111250"
+  "value": "20240430174453"
 }

+ 1 - 1
scripts/build.js

@@ -44,7 +44,7 @@ if(!fs.existsSync(cacheFilePath)) {
 //修改配置文件
 const indexJson = JSON.parse(indexJsonContent);
 indexJson.version = dateFormat(new Date()); //版本号
-indexJson.target = "http://127.0.0.1:8104";   //接口地址
+indexJson.target = "http://127.0.0.1:8014";   //接口地址
 indexJson.vite = {};    //vite配置
 
 //更新配置文件