config.js 164 B

123456
  1. const configPage={
  2. "httpServe":'http://127.0.0.1:8081'
  3. // "httpServe":'/prod-api'
  4. // "httpServe":'http://407rm551yp60.vicp.fun'
  5. }
  6. module.exports={configPage}