Commit e84ed9aa authored by wangqinghua's avatar wangqinghua

热更新

parent 8330c201
npm install ionic serve ionic build --prod cordova build android --release xxxx data-wow-duration: Change the animation duration data-wow-delay: Delay before the animation starts data-wow-offset: Distance to start the animation (related to the browser bottom) data-wow-iteration: Number of times the animation is repeated jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore app-release-unsigned.apk shreg shregshreg 显示的菜单代码,1通讯录,2审核审批,3办理督办,4数据报表,5信息查询,6审批,7审核,8事业单位,9机关群团 13321810809 qweasd123
\ No newline at end of file
npm install ionic serve ionic build --prod cordova build android --release cordova-hcp build jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore app-release-unsigned.apk shreg shregshreg 显示的菜单代码,1通讯录,2审核审批,3办理督办,4数据报表,5信息查询,6审批,7审核,8事业单位,9机关群团 13321810809 qweasd123
\ No newline at end of file
......
{ "dev": { "config-file": "https://www.cesdj.cn/www/chcp.json" }, "production": { "config-file": "https://www.cesdj.cn/www/chcp.json" }, "QA": { "config-file": "https://www.cesdj.cn/www/chcp.json" } }
\ No newline at end of file
This diff is collapsed.
{
"name": "shreg",
"ios_identifier": "com.shReg.start.h",
"android_identifier": "com.shReg.start.h",
"update": "resume",
"content_url": "https://www.cesdj.cn/www/"
}
跳板机 180.168.156.211 4123 root/Cesgroup123 ssh -p 4123 root@180.168.156.211 登录命令 scp -r -P 4123 www/ root@180.168.156.211:/root 上传文件命令 内网服务器:10.250.199.29 root/cesgroup ssh -p 22 root@10.250.199.29 scp -r www/ root@10.250.199.29:/usr/local/nginx/html 上传文件命令 前端代码 目录 /usr/local/nginx
跳板机 180.168.156.211 4123 root/Cesgroup123 ssh -p 4123 root@180.168.156.211 登录命令 scp -r -P 4123 www/ root@180.168.156.211:/root 上传文件命令 内网服务器:10.250.199.29 root/cesgroup ssh -p 22 root@10.250.199.29 scp -r www/ root@10.250.199.29:/usr/local/nginx/html 上传文件命令 前端代码 目录 /usr/local/nginx
\ No newline at end of file
import * as Mock from 'mockjs'; export const SERVER_API_URL = '/shfrdj';// export const SERVER_API_URL = 'http://218.242.131.175/shfrdj'; export const SERVER_API_WEB = 'shfrdjweb'; // export const SERVER_API_WEB = 'http://218.242.131.175/shfrdjweb'; export const SERVER_API_BBWX = '/bbwx'; // export const SERVER_API_BBWX = 'https://www.cesdj.cn/bbwx'; Mock.setup( { timeout: 50, } ); export const institutionalNature = [ {label: '挂牌机构', value: '8'}, {label: '内设机构', value: '7'}, {label: '派驻机关', value: '6'}, {label: '派出机构', value: '5'}, {label: '分支机构', value: '4'}, {label: '临时机构', value: '3'}, {label: '议事协调机构', value: '2'}, {label: '挂靠机构', value: '1'}, ]
\ No newline at end of file
import * as Mock from 'mockjs'; // export const SERVER_API_URL = '/shfrdj'; export const SERVER_API_URL = 'http://218.242.131.175/shfrdj'; // export const SERVER_API_WEB = 'shfrdjweb'; export const SERVER_API_WEB = 'http://218.242.131.175/shfrdjweb'; // export const SERVER_API_BBWX = '/bbwx'; export const SERVER_API_BBWX = 'https://www.cesdj.cn/bbwx'; Mock.setup( { timeout: 50, } ); export const institutionalNature = [ {label: '挂牌机构', value: '8'}, {label: '内设机构', value: '7'}, {label: '派驻机关', value: '6'}, {label: '派出机构', value: '5'}, {label: '分支机构', value: '4'}, {label: '临时机构', value: '3'}, {label: '议事协调机构', value: '2'}, {label: '挂靠机构', value: '1'}, ]
\ No newline at end of file
......
import { Pipe, PipeTransform } from '@angular/core';
/**
* Generated class for the ToCountPipe pipe.
*
* See https://angular.io/api/core/Pipe for more info on Angular Pipes.
*/
@Pipe({
name: 'toCount',
})
export class ToCountPipe implements PipeTransform {
/**
* Takes a value and makes it lowercase.
*/
transform(value: string, ...args) {
return value.toLowerCase();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment