Commit 06d2d1a3 by wangweidong

土工试验Lims初始化

parent aab55962
...@@ -9,14 +9,14 @@ if (process.env.NODE_ENV) { ...@@ -9,14 +9,14 @@ if (process.env.NODE_ENV) {
module.exports = { module.exports = {
mode: 'universal', mode: 'universal',
server: { server: {
port: 8130, port: 8131,
host: '0.0.0.0' host: '0.0.0.0'
}, },
/* /*
** Headers of the page ** Headers of the page
*/ */
head: { head: {
title: '计量检定LIMS', title: '土工试验LIMS',
meta: [ meta: [
{ charset: 'utf-8' }, { charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' },
......
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 to comment