Commit 924aa221 by yeran

update

1 parent 5681cda8
...@@ -88,7 +88,7 @@ const constantRouterMap = [ ...@@ -88,7 +88,7 @@ const constantRouterMap = [
{ {
path : '/pi/preLearn' , path : '/pi/preLearn' ,
component : _import('pi/preLearn') , component : _import('pi/preLearn') ,
name : 'preLearn' , name : 'piPreLearn' ,
}, },
{ {
path : '/pi/answerPi' , path : '/pi/answerPi' ,
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
import BaseConstant from "../../store/constants/baseConstant"; import BaseConstant from "../../store/constants/baseConstant";
export default new BaseTrainPage({ export default new BaseTrainPage({
name: "preLearn", name: "piPreLearn",
data() { data() {
return { return {
checked: 0, checked: 0,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!