Explorar el Código

修改账户清理

朱鑫波 hace 3 años
padre
commit
0161b64ba6
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 2 2
      src/views/modules/earlyWarningRules/accountClear/index.vue
  2. 2 2
      vue.config.js

+ 2 - 2
src/views/modules/earlyWarningRules/accountClear/index.vue

@@ -540,9 +540,9 @@ export default {
                     title: '操作类型',
                     dataIndex: 'operationType',
                     customRender(t) {
-                        if (t == 1) {
+                        if (t == '3') {
                             return '删除'
-                        } else {
+                        } else if (t == '2'){
                             return '暂停'
                         }
                     },

+ 2 - 2
vue.config.js

@@ -81,7 +81,7 @@ module.exports = {
 				// target: 'http://192.168.1.219:8081', //请求本地 需要jeecg-boot后台项目  赵西安
 				// target: 'http://192.168.1.193:8080', //请求本地 需要jeecg-boot后台项目  李煜一
 				// target: 'http://192.168.1.193:31012', //请求本地 需要jeecg-boot后台项目  李煜一
-				//  target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
+				 target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
 				// target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
 				// target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目
 				//  target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目
@@ -93,7 +93,7 @@ module.exports = {
 				// target:'http://apipre.tjyourong.com.cn', //预生产
         // target: 'http://192.168.1.134:8080', //请求本地 需要jeecg-boot后台项目  周泽宇
 
-        target:'http://gateway.tjyourong.com.cn/',//测试
+        // target:'http://gateway.tjyourong.com.cn/',//测试
 
 				ws: false,