浏览代码

Merge branch 'dev' of http://192.168.1.41:3000/maixinrong/Calculation into dev

MaiXinRong 3 年之前
父节点
当前提交
5ce5c7f752
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/extend/helper.js
  2. 1 1
      app/public/js/global.js

+ 1 - 1
app/extend/helper.js

@@ -24,7 +24,7 @@ const math = require('mathjs');
 const syncApiConst = require('../const/sync_api');
 const crypto = require('crypto');
 const jwt = require('jsonwebtoken');
-const sign = require('../const/sign')
+const sign = require('../const/sign');
 module.exports = {
     _,
 

+ 1 - 1
app/public/js/global.js

@@ -129,7 +129,7 @@ $(function(){
         success: function ({code = -1, data: { exist, is_admin, redirect } = { exist: 0, is_admin: false}}) {
           if (code === 0) {
               if (!exist && !is_admin) {
-                toastr.error('「项目管理」系统不存在当前项目,请联系管理员进行处理');
+                toastr.error('「项目管理」系统不存在当前项目,请联系管理员进行处理');
               } else if(!exist && is_admin) {
                 $('#add-management').modal('show')
               } else {