Giter Club home page Giter Club logo

Comments (6)

brick713 avatar brick713 commented on May 31, 2024

自己解决了~

from icarus.

fy0 avatar fy0 commented on May 31, 2024

呃 怎么触发的,又是怎么解决的呢?

from icarus.

brick713 avatar brick713 commented on May 31, 2024

配置 psql 的时候必须加这么一段
sql =# \c icarus
CREATE EXTENSION citext;

另外能给个联系方式么,部署完成了访问是404 不知道为什么

from icarus.

brick713 avatar brick713 commented on May 31, 2024

另外你的private.js的配置按照示例也会有 error 我这样改了之后就没问题了:
// 单端口方案
var host = window.location.host

export default {
remote: {
API_SERVER: '//' + host,
WS_SERVER: 'ws://' + host + '/ws'
},
qiniu: {
server: 'http://upload.qiniu.com',
// host: '//test-bucket.myrpg.cn',
suffix: 'normal'
}
}

from icarus.

fy0 avatar fy0 commented on May 31, 2024

@brick713 发你邮箱了。回头我把readme更新一下。

哦 这个应该是分号问题,vue cli 2项目不检测这些杂色配置文件里的分号,但是新的cli 3项目会

from icarus.

brick713 avatar brick713 commented on May 31, 2024

加你了~

from icarus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.