config.js 229 B

123456
  1. export default {
  2. web_name: "智小狸运维",
  3. uni_app_web_api_url: "https://tess.fast-fun.cn/zl", //后端统一接口路径
  4. // uni_app_web_api_url: "http://zk.dev.fast-fun.cn:82/zl", //后端统一接口路径
  5. debug: true
  6. }