Commit 4fbd3d24 authored by renjintao's avatar renjintao

aps/plan

parent 7cffe0ab
......@@ -559,7 +559,7 @@ export default {
goAi() {
Api.moveintoai().then(res => {
if (res.success) {
if (!res.result.res) {
if (res.result.res) {//test
this.$router.push({
name: "aps-ai"
// params: { customerId: id }
......
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