Browse Source

环境选择(切换环境更改此处)

lifanagju_citu 1 month ago
parent
commit
8e7dc296d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/config.js

+ 1 - 1
utils/config.js

@@ -12,7 +12,7 @@ const config = {
   }
 }
 
-const setting = 'httpsTest' // 环境选择(切换环境更改此处): httpsTest produce
+const setting = 'httpsTest' // httpsTest produce > 环境选择(切换环境更改此处)
 
 export const envObj = config[setting]