Skip to content
  • This project
    • Loading...
  • Sign in

杨炀 / ztx_wx_gzt

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • ztx_wx_gzt
  • config.js
  • 杨炀's avatar
    no message · f9c6474d
    杨炀 committed 2023-10-21 16:14:40 +0800
    f9c6474d Browse Files
config.js 231 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
// prod
// const baseUrl_api = 'https://research.wtwuxicenter.com/';


// staging
const baseUrl_api = "http://192.168.1.97:8787";
const fileUrl_api = "http://192.168.1.11:8787";

export default {
	baseUrl_api,fileUrl_api
}