shikeying
2023-04-19 529f48641122af7c0aec185e4283d02e97aa0f89
public/static/config.js
@@ -1,7 +1,8 @@
/*开发环境*/
const dev = {
  baseUrl: 'http://101.43.168.96:8082/admin',
  //baseUrl: 'http://101.43.168.96:8082/admin',
  baseUrl: 'http://localhost:8082/admin',
  ftpUrl: 'https://echftp.jinmingyuan.com',
  AccessTokenKey:'PC-ADMIN-TOKEN',  // token
  timeout: 15 // 请求超时时间、
@@ -22,4 +23,7 @@
  timeout: 15 // 请求超时时间、
}
const globalConf = dev
const globalConf = dev;
/** 平台统一分页大小,2023-04-11 */
const platformPageSize = 10;