123
jhzh
2024-05-20 bacfb1a5464a72d1d7a0c62928086b0de5bff058
123
4 files modified
8 ■■■■■ changed files
config/index.js 2 ●●● patch | view | raw | blame | history
src/axios/api.url.js 2 ●●●●● patch | view | raw | blame | history
src/locales/en.json 2 ●●● patch | view | raw | blame | history
src/router/index.js 2 ●●● patch | view | raw | blame | history
config/index.js
@@ -40,7 +40,7 @@
    },
    // Various Dev Server settings
    host: "192.168.0.102", // can be overwritten by process.env.HOST
    host: "0.0.0.0", // can be overwritten by process.env.HOST
    port: 80, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
    autoOpenBrowser: true,
    errorOverlay: true,
src/axios/api.url.js
@@ -1,8 +1,6 @@
// const ENV = process.env.NODE_ENV
export default {
  DOMAIN: "https://api.essencefunds.com/",
  // baseURL: ENV == 'development'?'https://api.guosen.org/':'https://api.guosen.org/',
  // baseURL: 'http://localhost:8070',
  /* Util API */
src/locales/en.json
@@ -330,7 +330,7 @@
  "hj212": "Bank card information",
  "hj213": "Bank name",
  "hj214": "Account opening branch",
  "hj215": "Bank card number",
  "hj215": "Bank account",
  "hj216": "Confirm binding",
  "hj217": "Please enter your bank card number",
  "hj218a": "Please enter the bank IFSC",
src/router/index.js
@@ -405,7 +405,7 @@
      path: "/yeb",
      name: "yeb",
      meta: {
        title: "余额宝",
        title: "yeb",
        requireAuth: true,
        index: 999
      },