新版交易所前段管理后台
1
jhzh
2025-08-05 8b05493ba388a19452f2573674364cefdaefd110
1
9 files modified
17210 ■■■■ changed files
.env.development 4 ●●●● patch | view | raw | blame | history
.env.production 2 ●●● patch | view | raw | blame | history
package-lock.json 4 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
public/favicon.ico patch | view | raw | blame | history
public/index.html 4 ●●●● patch | view | raw | blame | history
src/assets/img/logo.png patch | view | raw | blame | history
src/views/main-navbar.vue 2 ●●● patch | view | raw | blame | history
yarn.lock 17192 ●●●● patch | view | raw | blame | history
.env.development
@@ -3,8 +3,8 @@
# api接口请求地址
# VUE_APP_BASE_API = 'https://zhapi.coinbtcs.com'
# VUE_APP_BASE_API = 'http://192.168.10.7:8085'
VUE_APP_BASE_API = 'https://openapi.yanshiz.com'
# VUE_APP_BASE_API = 'http://192.168.10.8:8086'
VUE_APP_BASE_API = 'https://bingxapi.graborder.org'
# 静态资源文件url
VUE_APP_RESOURCES_URL = 'https://img.mall4j.com/'
.env.production
@@ -5,7 +5,7 @@
// VUE_APP_BASE_API = 'https://mini-admin.mall4j.com/apis'
// VUE_APP_BASE_API = 'https://zhapi.coinbtcs.com/aip'
VUE_APP_BASE_API = 'http://192.168.10.7/aip'
VUE_APP_BASE_API = 'https://bingxapi.graborder.org'
# 静态资源文件url   app端的前端打開下
package-lock.json
@@ -1,11 +1,11 @@
{
  "name": "Composite",
  "name": "BingX",
  "version": "0.1.0",
  "lockfileVersion": 2,
  "requires": true,
  "packages": {
    "": {
      "name": "Composite",
      "name": "BingX",
      "version": "0.1.0",
      "dependencies": {
        "@smallwei/avue": "^2.8.27",
package.json
@@ -1,5 +1,5 @@
{
  "name": "Composite",
  "name": "BingX",
  "version": "0.1.0",
  "private": true,
  "scripts": {
public/favicon.ico

public/index.html
@@ -5,12 +5,12 @@
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    <link rel="icon" href="<%= BASE_URL %>favicon.ico">
    <title>Composite</title>
    <title>BingX</title>
  </head>
  <body>
    <noscript>
      <!-- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> -->
      <strong>We're sorry but Composite doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
      <strong>We're sorry but BingX doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
    </noscript>
    <div id="app"></div>
    <!-- built files will be auto injected -->
src/assets/img/logo.png

src/views/main-navbar.vue
@@ -11,7 +11,7 @@
          alt=""
          style="float: left; width: 54px; margin-left: 4px"
        />
        <a class="site-navbar__brand-lg" href="javascript:;"> Composite</a>
        <a class="site-navbar__brand-lg" href="javascript:;"> BingX</a>
      </h1>
    </div>
    <div class="site-navbar__body clearfix">
yarn.lock
Diff too large