|
@@ -417,7 +417,7 @@ export default {
|
|
|
_this.userMessage = JSON.parse(user);
|
|
|
let popedom_code_list = _this.userMessage.popedom_code_list;
|
|
|
let id = 0;
|
|
|
- if (popedom_code_list.indexOf(2000002) > -1) {
|
|
|
+ if (popedom_code_list.indexOf(2000003) > -1) {
|
|
|
_this.projectName = "教材管理系统";
|
|
|
id = 1;
|
|
|
} else {
|