新版交易所前段管理后台
1
PC-20250623MANY\Administrator
2025-12-19 d79e6aa3557c6ae2d68d38d40037a22d2ea78dd5
1
10 files modified
19 ■■■■ changed files
.env.development 2 ●●● patch | view | raw | blame | history
.env.production 2 ●●● patch | view | raw | blame | history
.gitignore 1 ●●●● 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/common/home.vue 2 ●●● patch | view | raw | blame | history
src/views/main-navbar.vue 2 ●●● patch | view | raw | blame | history
.env.development
@@ -4,7 +4,7 @@
# api接口请求地址
# VUE_APP_BASE_API = 'https://zhapi.coinbtcs.com'
# VUE_APP_BASE_API = 'http://192.168.10.7:8085'
VUE_APP_BASE_API = 'https://okjyssyapi.shengliankeji.top'
VUE_APP_BASE_API = 'https://api.amcfcxn.org'
# VUE_APP_BASE_API = 'https://syjysapi.yanshiz.com'
# 静态资源文件url
.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 = 'https://okjyssyapi.shengliankeji.top'
VUE_APP_BASE_API = 'https://api.amcfcxn.org'
# 静态资源文件url   app端的前端打開下
.gitignore
@@ -1 +1,2 @@
node_modules
dist
package-lock.json
@@ -1,11 +1,11 @@
{
  "name": "CME",
  "name": "BZ",
  "version": "0.1.0",
  "lockfileVersion": 2,
  "requires": true,
  "packages": {
    "": {
      "name": "CME",
      "name": "BZ",
      "version": "0.1.0",
      "dependencies": {
        "@smallwei/avue": "^2.8.27",
package.json
@@ -1,5 +1,5 @@
{
  "name": "CME",
  "name": "BZ",
  "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>CME</title>
    <title>BZ</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 CME doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
      <strong>We're sorry but BZ 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/common/home.vue
@@ -9,7 +9,7 @@
    <p>&nbsp;</p>
    <h2>前言</h2>
    <p>
      <code>CME</code
      <code>BZ</code
      >打造一个完整、易于维护的系统,采用现阶段流行技术实现。后台管理系统包含商品管理、订单管理、运费模板、规格管理、会员管理、运营管理、内容管理、统计报表、权限管理、设置等模块。
    </p>
    <p>&nbsp;</p>
src/views/main-navbar.vue
@@ -11,7 +11,7 @@
          alt=""
          style="float: left; width: 50px; margin-left: 4px;    border-radius: 50%;"
        />
        <a class="site-navbar__brand-lg" href="javascript:;"> CME</a>
        <a class="site-navbar__brand-lg" href="javascript:;"> BZ</a>
      </h1>
    </div>
    <div class="site-navbar__body clearfix">