lrj
2 天以前 49c254ed5bdc8348551d808ee72579a6d2221e3b
fix(miniprogram): 切换 GraphQL 端点为 /graphql,修复 review/index 400
1个文件已修改
2 ■■■ 已修改文件
wx/app.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
wx/app.js
@@ -4,7 +4,7 @@
    userInfo: null,
    token: null,
    sessionKey: null, // 微信会话密钥,用于解密手机号等敏感数据
    baseUrl: 'http://localhost:8080/api/graphql', // 后台GraphQL接口地址
    baseUrl: 'http://localhost:8080/graphql', // 后台GraphQL接口地址
    hasPhoneAuth: false, // 是否已授权手机号
    rejectPhone: false, // 是否拒绝过手机号授权
    cos: {