新版交易所前段管理后台
1
PC-20250623MANY\Administrator
2025-10-17 535c8e49c22d408a37a592aba29c532f728b4b65
1
5 files modified
14 ■■■■ changed files
package-lock.json 4 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
public/index.html 4 ●●●● 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
package-lock.json
@@ -1,11 +1,11 @@
{
  "name": "StakeCubePro",
  "name": "MetaEquity",
  "version": "0.1.0",
  "lockfileVersion": 2,
  "requires": true,
  "packages": {
    "": {
      "name": "StakeCubePro",
      "name": "MetaEquity",
      "version": "0.1.0",
      "dependencies": {
        "@smallwei/avue": "^2.8.27",
package.json
@@ -1,5 +1,5 @@
{
  "name": "StakeCubePro",
  "name": "MetaEquity",
  "version": "0.1.0",
  "private": true,
  "scripts": {
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>StakeCubePro</title>
    <title>MetaEquity</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 StakeCubePro doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
      <strong>We're sorry but MetaEquity 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/views/common/home.vue
@@ -9,7 +9,7 @@
    <p>&nbsp;</p>
    <h2>前言</h2>
    <p>
      <code>StakeCubePro</code
      <code>MetaEquity</code
      >打造一个完整、易于维护的系统,采用现阶段流行技术实现。后台管理系统包含商品管理、订单管理、运费模板、规格管理、会员管理、运营管理、内容管理、统计报表、权限管理、设置等模块。
    </p>
    <p>&nbsp;</p>
src/views/main-navbar.vue
@@ -11,7 +11,7 @@
          alt=""
          style="float: left; width: 40px; margin-left: 4px;    border-radius: 50%;"
        />
        <a class="site-navbar__brand-lg" href="javascript:;">StakeCubePro</a>
        <a class="site-navbar__brand-lg" href="javascript:;">MetaEquity</a>
      </h1>
    </div>
    <div class="site-navbar__body clearfix">