123456789101112131415161718192021222324252627282930313233 |
- module.exports = {
-
- baseUrl: 'https://qszx.qs163.cn/prod-api',
-
-
-
- baseUrls: 'https://qszx.qs163.cn',
- Clientid:'428a8310cd442757ae699df5d894f051',
-
- confirmflag:false,
-
- appInfo: {
-
- name: "ruoyi-app",
-
- version: "1.1.0",
-
- logo: "/static/logo.png",
-
- site_url: "http://ruoyi.vip",
-
- agreements: [{
- title: "隐私政策",
- url: "https://ruoyi.vip/protocol.html"
- },
- {
- title: "用户服务协议",
- url: "https://ruoyi.vip/protocol.html"
- }
- ]
- }
- }
|