12345678910111213141516171819202122232425262728293031 |
- module.exports = {
-
-
-
- baseUrl: 'http://192.168.101.245:8056',
- 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"
- }
- ]
- }
- }
|