ZaiZai пре 11 месеци
родитељ
комит
99efa1630c
3 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      public/version.json
  2. 1 1
      src/config/index.js
  3. 1 1
      vite.config.js

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240821173339"
+  "value": "20240821175650"
 }

+ 1 - 1
src/config/index.js

@@ -19,6 +19,6 @@ export default {
     cryptoKey: '', //token加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
     aesKey: '', //报文加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
     desKey: '', //报文加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
-    localModel: true, //本地模式,开启后,将关闭https强转、截图等相关功能
+    localModel: false, //本地模式,开启后,将关闭https强转、截图等相关功能
     ...config,
 }

+ 1 - 1
vite.config.js

@@ -6,7 +6,7 @@ import config from './src/config'
 
 // https://vitejs.dev/config/
 export default defineConfig({
-    base: './',
+    //base: './',
     css: {
         extract: true,
     },