|
@@ -16,7 +16,7 @@ router.beforeEach((to, _from, next) => {
|
|
|
lockStatus().then(response=>{
|
|
|
let lockStatus = response.data.data;
|
|
|
if(lockStatus==0){
|
|
|
- MessageBox.alert('欢迎来到DGT积分商城系统,已为您发放工龄年限积分,请前往个人中心查看。', '积分发放通知', {
|
|
|
+ MessageBox.alert('欢迎来到DGT誉商城系统,已为您发放工龄年限积分,请前往个人中心查看。', '积分发放通知', {
|
|
|
confirmButtonText: '确定',
|
|
|
showClose:false,
|
|
|
callback: action => {
|