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