提交 b29daa31 authored 作者: thy's avatar thy

excel导入

上级 e9f5424d
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
*/ */
// 服务地址 // 服务地址
const IP = 'http://120.55.57.35'; // 刘杰 const IP = 'http://192.168.1.248'; // 刘杰
// const IP = 'http://192.168.0.114'; // 刘杰 // const IP = 'http://192.168.0.114'; // 刘杰
// 请求目标服务器域名配置 // 请求目标服务器域名配置
const DOMAIN_NAME = { const DOMAIN_NAME = {
URL_CNODEJS: IP + ':12345', // 网关 服务端口 URL_CNODEJS: IP + ':8079', // 网关 服务端口
}; };
export default DOMAIN_NAME; export default DOMAIN_NAME;
...@@ -11,7 +11,7 @@ import axios from '@/services/axios'; ...@@ -11,7 +11,7 @@ import axios from '@/services/axios';
*/ */
import qs from 'qs'; import qs from 'qs';
// const assessma = 'http://120.55.57.35:8079' // const assessma = 'http://120.55.57.35:8079'
const assessma = 'http://192.168.1.85:8079' const assessma = 'http://192.168.1.248:8079'
const server = { const server = {
getfindAll() { // 获取权限列表 getfindAll() { // 获取权限列表
return axios('/authority/findAll', { return axios('/authority/findAll', {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论