公告板
版本库
filestore
活动
搜索
登录
景焕章
/
KaiShanLAYUI-invalid
作废前端代码
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
新增工序设置、部门设置
zgq
2021-03-23
95f4fe2c6075e83c88ac563735bf79d284fd0b9f
[~jhz/KaiShanLAYUI-invalid.git]
/
WebTM
/
layuiadmin
/
Scripts
/
webConfig.js
1
2
3
4
5
6
7
8
9
10
11
function GetWEBURL() {
//var WEBURL = "http://192.168.16.80:8011/"; //办公室服务器
var WEBURL = "http://localhost:8085/JFAPI/";
return WEBURL
}
function GetWEBURL1() {
//var WEBURL = 'http://192.168.16.80:8011/'; //办公室服务器
var WEBURL = 'http://localhost:8085/JFAPI/';
return WEBURL
}