推荐产品完成

This commit is contained in:
aixianling
2022-03-22 18:41:13 +08:00
parent 433ff4476f
commit f45692df45
4 changed files with 182 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ export default {
this.$axios.post("/admin/user/detail-phone").then(res => {
if (res && res.data) {
this.$store.commit("setUserInfo", res.data)
if (/^\/xiushan/.test(location.pathname)) {
if (/^\/project\/xiushan/.test(location.pathname)) {
this.$store.commit("setFinanceUser")
}
}