aleyds 3 years ago
parent
commit
0fd2adc222
4 changed files with 6 additions and 6 deletions
  1. 1 1
      config/dev.env.js
  2. 2 2
      config/prod.env.js
  3. 1 1
      index.html
  4. 2 2
      src/views/login/index.vue

+ 1 - 1
config/dev.env.js

@@ -6,7 +6,7 @@ module.exports = merge(prodEnv, {
   NODE_ENV: '"development"',
   // BASE_API: '"http://172.16.90.3:9098/forest-admin"'//邱波电脑
   // BASE_API: '"http://wx.hw.hongweisoft.com/fqb/forest-admin"'//邱波电脑
-  BASE_API: '"http://wx.hw.hongweisoft.com/forestapi/forest-admin"'//64
+  BASE_API: '"https://wx.hw.hongweisoft.com/forestapi/forest-admin"'//64
   // BASE_API: '"http://172.16.90.64:9098/forest-admin"'
   // BASE_API: '"http://172.16.90.102:9098/forest-admin"'//邱波
   // BASE_API: '"http://172.16.90.8:9098/forest-admin"'//东东

+ 2 - 2
config/prod.env.js

@@ -2,7 +2,7 @@
 module.exports = {
   NODE_ENV: '"production"',
   // BASE_API: '"http://forestweb.hw.hongweisoft.com/api/forest-admin"'
-  // BASE_API: '"http://wx.hw.hongweisoft.com/forestapi/forest-admin"'
-  BASE_API: '"http://product.gzqlyx.com/api/forest-admin"'
+  BASE_API: '"https://wx.hw.hongweisoft.com/forestapi/forest-admin"'
+  // BASE_API: '"http://product.gzqlyx.com/api/forest-admin"'
 
 }

+ 1 - 1
index.html

@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
-    <title>林业发布后台管理系统</title>
+    <title>普定穿洞街道办农产品</title>
     <!-- Global site tag (gtag.js) - Google Analytics -->
     <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-144208445-2"></script>
     <script>

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

@@ -4,7 +4,7 @@
 			<div class="main-login">
 				<div class="login-box">
 					<div class="login-layout">
-						<div class="logo"></div>
+						<!-- <div class="logo"></div> -->
 						<!-- <form class="layui-form login-form" action=""> -->
               <el-form autoComplete="on"
               class="layui-form login-form"
@@ -13,7 +13,7 @@
                ref="loginForm"
                label-position="left">
 							<h3 class="formTitle">
-								<img src="http://source.gzqlyx.com/lyjlogin/img/login-logo-bg-icon.png">林业发布后台管理系统</h3>
+								<img src="http://miniores.hw.hongweisoft.com/autumn/forest/login-logo-bg-icon.png">普定穿洞街道办农产品后台管理系统</h3>
 							<!-- <div class="layui-form-item">
 								<i class="layui-icon">&#xe66f;</i>
 								<input type="text" name="account" required lay-verify="userName" placeholder="请输入账号" autocomplete="off" class="login-box-input layui-input">