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

xqz / dianDemo

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
  • dianDemo
  • src
  • config
  • env.production.js
  • 406803045's avatar
    净化文档 · a65a25d7
    406803045 committed 2019-05-23 17:56:57 +0800
    a65a25d7 Browse Files
env.production.js 168 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
// 正式
module.exports = {
  title: 'vue-h5-template',
  api: {
    base_api: 'https://xxx.xxx.com/admin',
    common_api: 'https://xxx.xxx.com/common'
  }
}