httpsz改为https,修改默认title

master
unclekh 4 years ago
parent c4eb40e80b
commit 1f56a3376f
  1. 2
      src/api/app.js
  2. 2
      vue.config.js

@ -10,7 +10,7 @@ export const userApi = 'https://www.zhixinchains.com/user'; //用户
export const FILE_URL = 'https://file.zhixinchains.com/'; //图片地址 export const FILE_URL = 'https://file.zhixinchains.com/'; //图片地址
export const yyyfApi = 'httpsz://www.zhixinchains.com/yyyfuser'; //用户 export const yyyfApi = 'https://www.zhixinchains.com/yyyfuser'; //用户
// export const c2cApi = 'https://c2c.flamex.io'; //法币 // export const c2cApi = 'https://c2c.flamex.io'; //法币
// export const btcApi = 'https://btc.flamex.io'; //BTC钱包 // export const btcApi = 'https://btc.flamex.io'; //BTC钱包

@ -40,7 +40,7 @@ function getEntries() {
// 当使用 title 选项时, // 当使用 title 选项时,
// template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title> // template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title>
title: title || 'Coin Exchange', title: title || '全景页面',
// 在这个页面中包含的块,设置为 // 在这个页面中包含的块,设置为
// 提取出来的通用 chunk 和 vendor chunk,加本身这个模块。 // 提取出来的通用 chunk 和 vendor chunk,加本身这个模块。

Loading…
Cancel
Save