Commit be58e89d55021c3081303b9e445f6b7c5d1a9147
1 parent
c94e4f83
样式优化
Showing
2 changed files
with
2 additions
and
2 deletions
src/main.js
| @@ -48,7 +48,7 @@ import 'url-search-params-polyfill'; | @@ -48,7 +48,7 @@ import 'url-search-params-polyfill'; | ||
| 48 | Vue.config.productionTip = false; | 48 | Vue.config.productionTip = false; |
| 49 | 49 | ||
| 50 | // 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod") | 50 | // 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod") |
| 51 | -Vue.prototype.mode = "prod"; | 51 | +Vue.prototype.mode = "test"; |
| 52 | 52 | ||
| 53 | // 微信JS-SDK对象 | 53 | // 微信JS-SDK对象 |
| 54 | Vue.prototype.jweixin = { | 54 | Vue.prototype.jweixin = { |
src/pages/notYetOpened/notYetOpened.vue
| 1 | <template> | 1 | <template> |
| 2 | <div class="not_yet_opened"> | 2 | <div class="not_yet_opened"> |
| 3 | <div class="box"> | 3 | <div class="box"> |
| 4 | - <img src="/static/img/Computer.png" alt=""/> | 4 | + <img src="static/img/Computer.png" alt=""/> |
| 5 | <div class="title"> | 5 | <div class="title"> |
| 6 | 商城/餐厅入驻手机端尚未开通 | 6 | 商城/餐厅入驻手机端尚未开通 |
| 7 | </div> | 7 | </div> |