@@ -1,6 +1,6 @@
module.exports = {
NODE_ENV: '"production"',
ENV_CONFIG: '"prod"',
- HOST: '"http://106.14.75.12:8181"',
- BASE_API: '"http://106.14.75.12:8181/m.api"'
+ HOST: '"https://cardapi.eliangeyun.com"',
+ BASE_API: '"https://cardapi.eliangeyun.com/m.api"'
}
@@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
- <title>电商后台管理</title>
+ <title>名片后台管理</title>
</head>
<body>
@@ -79,8 +79,8 @@ export default {
},
logout() {
this.$store.dispatch('LogOut').then(() => {
- window.location.href = 'http://106.14.75.12:9999/'
- // location.reload() // In order to re-instantiate the vue-router object to avoid bugs
+ // window.location.href = 'http://106.14.75.12:9999/'
+ location.reload() // In order to re-instantiate the vue-router object to avoid bugs
})
@@ -11,7 +11,7 @@
class="img"
src="@/assets/avatar.png"
alt="">
- <p class="title">电商后台登录</p>
+ <p class="title">名片后台登录</p>
</div>
<div class="login-border">
<div class="login-main">
@@ -1,8 +1,8 @@
const dev = {
// baseUrlNew: 'http://192.168.110.72:8182',
- baseUrlNew: 'http://192.168.110.138:8182',
+ // baseUrlNew: 'http://192.168.110.138:8182',
// baseUrlNew: 'http://192.168.110.82:8182',
- // baseUrlNew: 'https://shiyaopinche.cspc.cn:10443',
+ baseUrlNew: 'https://cardapi.eliangeyun.com',
h5Appid: 'wxb66b599f7f61b46f',
debug: false