Commit 8d2aae5c authored by rencs's avatar rencs

Merge branch 'dev-td' of http://113.105.137.151:22280/youjj/cloud-platform-ui into dev-td

parents ca073dc0 721d0f39
module.exports = { module.exports = {
NODE_ENV: '"production"', NODE_ENV: '"production"',
// BASE_API: '"http://113.105.137.152:9800"', // BASE_API: '"http://113.105.137.152:9800"',
BASE_API: '"https://mgmt.dfangche.com"', BASE_API: '"https://mgmt.yjiafangche.com"',
//BASE_API: '"http://10.5.52.2:9801"', //BASE_API: '"http://10.5.52.2:9801"',
APP_ORIGIN: '"https://wallstreetcn.com"' APP_ORIGIN: '"https://wallstreetcn.com"'
}; };
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit"> <meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>欣新房车</title> <title>e家房车管理后台</title>
</head> </head>
<body> <body>
<script src=<%= htmlWebpackPlugin.options.path %>/jquery.min.js></script> <script src=<%= htmlWebpackPlugin.options.path %>/jquery.min.js></script>
......
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
<div style="position: fixed; bottom: 50px; width: 100%; text-align: center;"> <div style="position: fixed; bottom: 50px; width: 100%; text-align: center;">
<a href="http://beian.miit.gov.cn" target="_blank" style="color: #eeeeee;">粤ICP备19072339号-1</a> <a href="http://beian.miit.gov.cn" target="_blank" style="color: #eeeeee;">沪ICP备2020031057号</a>
</div> </div>
<div style="position: fixed; bottom: 50px; width: 100%; text-align: center;"> <div style="position: fixed; bottom: 50px; width: 100%; text-align: center;">
<a href="http://beian.miit.gov.cn" target="_blank" style="color: #62a8ea;">粤ICP备19072339号-1</a> <a href="http://beian.miit.gov.cn" target="_blank" style="color: #62a8ea;">沪ICP备2020031057号</a>
</div> </div>
<el-dialog title="第三方验证" :visible.sync="showDialog"> <el-dialog title="第三方验证" :visible.sync="showDialog">
邮箱登录成功,请选择第三方验证 邮箱登录成功,请选择第三方验证
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment