Commit 75dcb8df by Denglingling

调整默认域名为深圳仓

parent c715eb37
Showing with 3 additions and 1 deletions
......@@ -16,7 +16,9 @@ const defaultState = {
token:null,
username:'',
password:'',
global_domain_config: 'https://obs.uat.sfrx.guke.tech', // 默认【深圳仓】https://obs.uat.guke.tech;【十方】https://obs.uat.sfrx.guke.tech
global_domain_config: 'https://obs.uat.guke.tech',
// 默认【深圳仓】https://obs.uat.guke.tech;【十方】https://obs.uat.sfrx.guke.tech
// 【国药】https://obs.dev.guke.tech
}
export default login = (state = defaultState, action) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment