Browse Source

演示版

梁旭颖 1 year ago
parent
commit
ef6a04d627
3 changed files with 6 additions and 8 deletions
  1. 5 7
      demo/static/js/app.js
  2. 0 0
      demo/static/js/app.js.map
  3. 1 1
      src/views/login/index.vue

+ 5 - 7
demo/static/js/app.js

@@ -62123,13 +62123,11 @@ var render = function () {
                       1
                     ),
                   ]),
-                  _vm.process.env.ENV == "demo"
-                    ? _c("div", { staticClass: "tips" }, [
-                        _vm._v(
-                          " 本系统为演示系统如有需要请联系我们:17638192817(李经理) "
-                        ),
-                      ])
-                    : _vm._e(),
+                  _c("div", { staticClass: "tips" }, [
+                    _vm._v(
+                      " 本系统为演示系统如有需要请联系我们:17638192817(李经理) "
+                    ),
+                  ]),
                 ],
                 1
               ),

File diff suppressed because it is too large
+ 0 - 0
demo/static/js/app.js.map


+ 1 - 1
src/views/login/index.vue

@@ -84,7 +84,7 @@
               找回密码
             </div>
           </div>
-          <div v-if="process.env.ENV == 'demo'" class="tips">
+          <div class="tips">
             本系统为演示系统如有需要请联系我们:17638192817(李经理)
           </div>
           <!-- <div class="tips">版本:v1.0.0</div> -->

Some files were not shown because too many files changed in this diff