提交 ae1af738 authored 作者: 王天霸's avatar 王天霸

11

上级 761e02fe
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -42,7 +42,7 @@ const user = {
return new Promise((resolve, reject) => {
getssoUrl(data).then(response => {
const date = response.data
//debugger
debugger
if (response.code == 1) {
commit('SET_SSOURL', date.access_token)
}
......
......@@ -18,7 +18,7 @@
getssourl(){
debugger
var ssa = window.location.host
// var ssa = 'scm.jxhh.com'
// var ssa = 'shop.juhescm.com'
let data = {
domain:ssa
}
......
......@@ -27,7 +27,7 @@ module.exports = {
lintOnSave: false,
// lintOnSave: process.env.NODE_ENV === 'development',
// 如果你不需要生产环境的 source map,可以将其设置为 false 以加速生产环境构建。
productionSourceMap: false,
productionSourceMap: true,
// webpack-dev-server 相关配置
devServer: {
host: '0.0.0.0',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论