@@ -8,9 +8,8 @@ var PLATFROM_CONFIG = {};
// PLATFROM_CONFIG.fileUrl = "https://qhome.usky.cn/file/" //xlsx文件访问路径
-
-PLATFROM_CONFIG.baseUrl = "http://wx.ewoogi.com:8010/" //线上
-PLATFROM_CONFIG.fileUrl = "http://wx.ewoogi.com:8010/file/" //xlsx文件访问路径
+PLATFROM_CONFIG.baseUrl = "https://wx.ewoogi.com/api/" //线上
+PLATFROM_CONFIG.fileUrl = "https://wx.ewoogi.com/file/" //xlsx文件访问路径
@@ -61,7 +61,7 @@ router.beforeEach((to, from, next) => {
// 本地存储的accessToken不存在时,跳转至后台登录页
// alert('本地存储的accessToken不存在')
- window.location.href = 'https://wx.ewoogi.com/adminfiv/#/login'
+ window.location.href = 'https://wx.ewoogi.com/manage/#/login'
// next({ path: '/' })
@@ -28,7 +28,7 @@ const handleCode = (code, msg) => {
// })
router
// router.replace({ path: "/" });
removeToken()
return;
@@ -14,7 +14,7 @@
<span>{{ route.meta.title }}</span>
</router-link>
<a
- :href="'https://wx.ewoogi.com/adminfiv/#/'"
+ :href="'https://wx.ewoogi.com/manage/#/'"
class="router-left router_left1"
>后台管理</a
>