gang.huang 1 年之前
父节点
当前提交
03fe71893d
共有 5 个文件被更改,包括 11 次插入11 次删除
  1. 5 5
      .env
  2. 二进制
      public/favicon.ico
  3. 1 1
      src/pages/index.vue
  4. 2 2
      src/pages/login.vue
  5. 3 3
      vue.config.js

+ 5 - 5
.env

@@ -1,14 +1,14 @@
 # 环境
 NODE_ENV = "production"
 # 公司名称
-VUE_APP_COMPANY = "飞鸢"
+VUE_APP_COMPANY = "广信通信客户服务平台"
 # 服务器地址
-VUE_APP_HOST = "https://co-data.zylife.co"
+VUE_APP_HOST = "https://gxweb.yescoin.com.cn"
 # 账号
-VUE_APP_ACCOUNT = 110952034010901
+VUE_APP_ACCOUNT = ''
 # 银行
-VUE_APP_BANKNAME = "招商银行北京分行北京酒仙桥科技金融支行"
+VUE_APP_BANKNAME = ""
 #开户名
-VUE_APP_ACCOUNTNAME = "飞鸢科技集团有限公司"
+VUE_APP_ACCOUNTNAME = ""
 #文档地址
 VUE_APP_DOC_URL = "https://www.showdoc.com.cn/2245702762475792/10077749369981034"

二进制
public/favicon.ico


+ 1 - 1
src/pages/index.vue

@@ -3,7 +3,7 @@
     <el-header style="background-color:#545c64">
         <el-row type="flex" style="height:100%;" justify="space-between" align="middle">
             <div style="color:#fff">
-                <span class="title" style="font-size: 18px">{{processEnv.VUE_APP_COMPANY}}充值后台管理系统</span>
+                <span class="title" style="font-size: 18px">{{processEnv.VUE_APP_COMPANY}}</span>
             </div>
             <div>
                 <el-dropdown @command="onUserEdit">

+ 2 - 2
src/pages/login.vue

@@ -4,7 +4,7 @@
     <el-row type="flex" style="width:100%;height:100%;" justify="center" align="middle">
       <el-card shadow="always">
         <div slot="header" class="clearfix">
-          <span style="font-size: 18px">欢迎使用{{processEnv.VUE_APP_COMPANY}}充值后台管理系统</span>
+          <span style="font-size: 18px">欢迎使用商户后台管理系统</span>
         </div>
         <el-row type="flex" justify="center">
           <div class="login_container">
@@ -127,7 +127,7 @@ export default {
 }
 @media screen and (min-width: 769px) {
   .el-card {
-    width:400px;/* no */
+    width:420px;/* no */
     height:300px;/* no */
   }
 }

+ 3 - 3
vue.config.js

@@ -29,13 +29,13 @@ module.exports = {
             // 在 dist/index.html 的输出
             filename: 'index.html',
             // 当使用 title 选项时,template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title>
-            title: `${process.env.VUE_APP_COMPANY}充值后台管理系统程序`,
+            title: `广信通信客户服务平台`,
         },
     },
     devServer: {
         open: true,
-        // host: 'localhost',
-        host: '10.128.216.95',
+        host: 'localhost',
+        // host: '10.128.216.95',
         port: 3333,
         https: false,
         //以上的ip和端口是我们本机的;下面为需要跨域的