feat: crm初步

This commit is contained in:
砂糖
2025-12-16 09:27:37 +08:00
parent 8f110f6a58
commit dbc9ac727a
15 changed files with 1328 additions and 45 deletions

View File

@@ -335,7 +335,7 @@ export default {
},
// 跳转详情页
goToDetail(scriptId) {
this.$router.push({ path: `/shop/rich/${scriptId}` });
this.$router.push({ path: `/crm/rich/${scriptId}` });
},
handleGenerateScript() {
this.generateScriptLoading = true;