|
@@ -1,5 +1,7 @@
|
|
const basePart = '';
|
|
const basePart = '';
|
|
-const single = '/simulation/oauth/client/sign/single';
|
|
|
|
|
|
+const single = '/simulation/oauth/client/sign/single'; // 获取url参数-登录
|
|
|
|
+const username = '/simulation/oauth/client/sign/username'; // 登录页面-登录
|
|
|
|
+const refreshToken = '/simulation/oauth/client/sign/refreshToken'; // 获取referrtoken
|
|
|
|
|
|
const getDictListsByTypes = '/simulation/resource/server/dict/getDictListsByTypes'; // 字典 单级下拉
|
|
const getDictListsByTypes = '/simulation/resource/server/dict/getDictListsByTypes'; // 字典 单级下拉
|
|
const getDictTreesByTypes = '/simulation/resource/server/dict/getDictTreesByTypes'; // 字典 多级下拉
|
|
const getDictTreesByTypes = '/simulation/resource/server/dict/getDictTreesByTypes'; // 字典 多级下拉
|
|
@@ -14,6 +16,9 @@ const completeMultipartUpload = basePart + '/simulation/resource/common/minio/co
|
|
|
|
|
|
export default {
|
|
export default {
|
|
single,
|
|
single,
|
|
|
|
+ username,
|
|
|
|
+ refreshToken,
|
|
|
|
+
|
|
getDictListsByTypes,
|
|
getDictListsByTypes,
|
|
getDictTreesByTypes,
|
|
getDictTreesByTypes,
|
|
|
|
|
|
@@ -25,4 +30,5 @@ export default {
|
|
completeMultipartUpload
|
|
completeMultipartUpload
|
|
}
|
|
}
|
|
|
|
|
|
-//10.15.12.74:7001/simulation/oauth/client/sign/single?code=1001&ticket=1001
|
|
|
|
|
|
+//10.15.12.74:7001/simulation/oauth/client/sign/single?code=1001&ticket=1001
|
|
|
|
+//10.12.10.74:7001/simulation/oauth/client/sign/single?code=1001&ticket=1001
|