1234567891011121314151617181920212223242526 |
- module.exports = {
- baseUrl: 'https://server.ayaojies.com.cn/prod-api',
-
-
- appInfo: {
-
- name: "AyaoJies-app",
-
- version: "1.1.0",
-
- logo: "/static/logo.png",
-
- site_url: "http://server.ayaojies.com.cn:800",
-
- agreements: [{
- title: "隐私政策",
- url: "http://server.ayaojies.com.cn:800"
- },
- {
- title: "用户服务协议",
- url: "http://server.ayaojies.com.cn:800"
- }
- ]
- }
- }
|